File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -627,12 +627,12 @@ then
627
627
print H "$_:$f\n" or die;
628
628
}
629
629
close(H) or die;' || die " Unable to save state" )
630
- state_tree=$( /bin/echo -e " 100644 blob $state_blob \tfilter.map" | git mktree)
630
+ state_tree=$( printf ' 100644 blob %s \tfilter.map\n ' " $state_blob " | git mktree)
631
631
if test -n " $state_commit "
632
632
then
633
- state_commit=$( /bin/ echo " Sync" | git commit-tree " $state_tree " -p " $state_commit " )
633
+ state_commit=$( echo " Sync" | git commit-tree " $state_tree " -p " $state_commit " )
634
634
else
635
- state_commit=$( /bin/ echo " Sync" | git commit-tree " $state_tree " )
635
+ state_commit=$( echo " Sync" | git commit-tree " $state_tree " )
636
636
fi
637
637
git update-ref " $state_branch " " $state_commit "
638
638
fi
You can’t perform that action at this time.
0 commit comments