read doesn't have the -e option in SH on my machine at least.

Signed-off-by: Nick Campbell <ncampbell@siteworx.com>
This commit is contained in:
Nick Campbell 2010-08-24 09:45:22 -04:00 committed by Tj Holowaychuk
parent d1093fa076
commit d666fa409a

View file

@ -2,7 +2,7 @@
while true; do
# Readline
read -e -r -p "git> " cmd
read -r -p "git> " cmd
# EOF
test $? -ne 0 && break