Skip to content

Commit cfc6a53

Browse files
committed
Prevent login loop (#16)
1 parent 27af5e2 commit cfc6a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polyglot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# Only run in interactive shells
6161
case $- in
6262
*i*) ;;
63-
*) exit ;;
63+
*) return ;;
6464
esac
6565

6666
# Bail if the shell doesn't have command

0 commit comments

Comments
 (0)