Skip to content

Commit

Permalink
scripts/git-checkout.sh: Is not bash specific. Invoke with /bin/sh.
Browse files Browse the repository at this point in the history
Signed-off-by: Keir Fraser <[email protected]>
  • Loading branch information
Keir Fraser committed Sep 13, 2011
1 parent d0ac87b commit 6018608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/git-checkout.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

TREE=$1
TAG=$2
Expand Down

0 comments on commit 6018608

Please sign in to comment.