shell for gitprompt.sh needs to be bash

changed #!/bin/sh to #!/bin/bash as eg Debian and Ubuntu default
shell is /bin/dash. This script will not work with it, and so the
default shell has to be /bin/bash.
master
Clemens Schwaighofer 10 years ago
parent 7f4d122fd2
commit d104f75b22
  1. 2
      gitprompt.sh

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
function async_run() { function async_run() {
{ {

Loading…
Cancel
Save