]> git.ozlabs.org Git - next-scripts/commitdiff
remove 'echo' from make_next_branches so that it actually does
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 2 Apr 2009 00:44:37 +0000 (11:44 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 2 Apr 2009 00:44:37 +0000 (11:44 +1100)
something

make_next_branches

index daaf5c969ca1170f67c62d117d9b02423aa0992d..73fc3aeb93e94a1324b094c71597cb2633a0916c 100755 (executable)
@@ -14,7 +14,7 @@ for h in $heads; do
                rem_ref=refs/heads
        }
 
-       echo git update-ref "refs/next/$dir/$tree" "$rem_ref/$h"
+       git update-ref "refs/next/$dir/$tree" "$rem_ref/$h"
 done
 
 exit 0