mirror of
https://github.com/tj/git-extras.git
synced 2026-09-12 16:36:22 -04:00
change git-effort(1) to use /bin/bash for now. Closes #78
This commit is contained in:
parent
567aef7680
commit
41c1719d84
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
tmp=/tmp/.git-effort
|
||||
above='0'
|
||||
|
|
|
|||
Loading…
Reference in a new issue