Skip to content

Commit

Permalink
Add debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhujer committed Apr 30, 2024
1 parent 1027a10 commit c7819d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ esac
# sed -i .bak '1s|.*|#!/usr/bin/env '"$SHELL_TO_SET"'|' bin/aceunit
#fi

echo "Selecting $SHELL_TO_SET to run aceunit" 1>&2

ed -s bin/aceunit <<EOF
1s|#!/usr/bin/env [[:alnum:]]*|#!/usr/bin/env $SHELL_TO_SET|
w
Expand Down

0 comments on commit c7819d9

Please sign in to comment.