]> git.donarmstrong.com Git - lilypond.git/blobdiff - bin/make_patch
release: 0.0.40
[lilypond.git] / bin / make_patch
index 290e2e33da2163e9d97c744d80a8f9ad0b98c880..f74f1ea0cdbee74d2d9c75bb2cd128ccc5f0c2dd 100755 (executable)
@@ -21,7 +21,7 @@ then
        echo cant find $newarc
        exit
   fi
-  tar zfxv $newarc
+  tar zfx $newarc
 fi
 if [ ! -x  $nm$old ]
 then
@@ -29,10 +29,10 @@ then
 
   if [ ! -f $oldarc ]
   then
-       echo cant find oldarc
+       echo cant find $oldarc
        exit
   fi
-   tar zfxv $oldarc
+   tar zfx $oldarc
 fi
 
 #(cd $nm$old; touch depend; make clean)