From 90bba04b33e5c970f49e45d9bf9a10beecdfb33d Mon Sep 17 00:00:00 2001 From: Harald Koch Date: Sat, 30 Jun 2018 08:47:28 -0400 Subject: [PATCH] remove "set echo" added by the "command cd" fix In commit 8ed0d31e8eb5ccf726edd0d7aaaae53c597a6365, which was only supposed to change "cd" to "command cd", this "set echo" line was also added. This command stomps on the shell's argument list, which (through a complicated chain of events) causes logins under lightdm on Linux to fail. --- gitprompt.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/gitprompt.sh b/gitprompt.sh index 0617867..d37ef5e 100755 --- a/gitprompt.sh +++ b/gitprompt.sh @@ -1,5 +1,4 @@ #!/usr/bin/env bash -set echo function async_run() { {