From 1d7c345459dad36053cea7121e3a9129b75527eb Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 10 Oct 1996 17:01:28 +0000 Subject: [PATCH] lilypond-0.0.3 --- make_patch | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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 .. -- 2.39.5