Skip to content

Commit 0996bf5

Browse files
committed
more info
Signed-off-by: Tin Lai <[email protected]>
1 parent 17ef5f8 commit 0996bf5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bootstrap/install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ esac
2929

3030
if [ ! -f "$startup_script" ]; then
3131
echo "Startup script '$startup_script' does not exist"
32+
echo "Unknown shell '$shell_type'." >&2
33+
echo "Perhaps set the \$SHELL environment variable to your shell type before running this?" >&2
34+
echo "e.g. export SHELL=bash" >&2
3235
exit 1
3336
fi
3437

0 commit comments

Comments
 (0)