diff --git a/bin/git-repl b/bin/git-repl index 2f58292..d1fe151 100755 --- a/bin/git-repl +++ b/bin/git-repl @@ -2,7 +2,7 @@ while true; do # Readline - read -e -r -p "git> " cmd + read -r -p "git> " cmd # EOF test $? -ne 0 && break