Skip to content

Commit

Permalink
gridengine/install_ge.sh: Use bash in the test script in hopes of e…
Browse files Browse the repository at this point in the history
…liminating the annoying error "stdin: is not a tty". Fixes #1.
  • Loading branch information
jakirkham committed Jun 2, 2015
1 parent c2ce6c0 commit 1c339c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gridengine/install_ge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pushd /tmp/test_gridengine &>/dev/null
set -e

echo "-------------- test.sh --------------"
echo -e '#!/bin/sh\necho "stdout"\necho "stderr" 1>&2' | tee test.sh
echo -e '#!/bin/bash\necho "stdout"\necho "stderr" 1>&2' | tee test.sh
echo "-------------------------------------"
echo
chmod +x test.sh
Expand Down

0 comments on commit 1c339c6

Please sign in to comment.