mirror of
https://github.com/tj/git-extras.git
synced 2026-09-13 17:06:22 -04:00
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:
parent
d1093fa076
commit
d666fa409a
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
while true; do
|
||||
# Readline
|
||||
read -e -r -p "git> " cmd
|
||||
read -r -p "git> " cmd
|
||||
|
||||
# EOF
|
||||
test $? -ne 0 && break
|
||||
|
|
|
|||
Loading…
Reference in a new issue