Skip to content

Commit

Permalink
Prevent login loop (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
agkozak committed Nov 16, 2022
1 parent 27af5e2 commit cfc6a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polyglot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# Only run in interactive shells
case $- in
*i*) ;;
*) exit ;;
*) return ;;
esac

# Bail if the shell doesn't have command
Expand Down

0 comments on commit cfc6a53

Please sign in to comment.