]> git.phdru.name Git - git-scripts.git/blobdiff - fix-config-repos
Remove excessive `echo`; simplify long commands
[git-scripts.git] / fix-config-repos
index 7a6d69f74b0ec9ef5a794304419468c96e537952..404f7d2de1541956bd3acc948186c9aa2c77d60a 100755 (executable)
@@ -4,6 +4,4 @@ cd "`dirname \"$0\"`" &&
 prog_dir="`pwd`" &&
 export prog_dir
 
-exec "$prog_dir"/do-all \
-   'echo "----- $d -----" && cd "$d" &&' \
-   '"$prog_dir"/fix-config-recursive || exit 1'
+exec "$prog_dir"/do-all 'cd "$d" && "$prog_dir"/fix-config-recursive || exit 1'