Remove extra 'bin/sh' line.
authorStephen Haberman <stephen@exigencecorp.com>
Fri, 3 Oct 2008 06:32:01 +0000 (01:32 -0500)
committerStephen Haberman <stephen@exigencecorp.com>
Fri, 10 Oct 2008 17:07:14 +0000 (12:07 -0500)
scripts/gc-pull

index fcde7b9..c2313ba 100644 (file)
@@ -1,5 +1,4 @@
 #!/bin/sh
-#!/bin/sh
 
 branch_name=$(git symbolic-ref --quiet HEAD)
 if [[ $? -ne 0 ]] ; then