]> git.droids-corp.org - git-central.git/commitdiff
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 fcde7b926a7895c27c71132041d3f80e9d0553e5..c2313babc77ac52a7e497c1ef902d9c24af335e2 100644 (file)
@@ -1,5 +1,4 @@
 #!/bin/sh
-#!/bin/sh
 
 branch_name=$(git symbolic-ref --quiet HEAD)
 if [[ $? -ne 0 ]] ; then