From: fred Date: Thu, 10 Oct 1996 17:01:28 +0000 (+0000) Subject: lilypond-0.0.3 X-Git-Tag: release/1.5.59~7116 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1d7c345459dad36053cea7121e3a9129b75527eb;p=lilypond.git lilypond-0.0.3 --- diff --git a/make_patch b/make_patch index 08420639d6..80548815df 100755 --- a/make_patch +++ b/make_patch @@ -1,7 +1,19 @@ #!/bin/sh old=$1 new=$2 -nm=$3 +nm=$3- +newarc=$nm$new.tar.gz +oldarc=$nm$old.tar.gz +if [ ! -f $newarc ] +then + echo cant find $newarc + exit +fi +if [ ! -f $oldarc ] +then + echo cant find oldarc + exit +fi if [ ! -x $nm$new ] then echo untarring ..