From 49e3c5a8572665026b4e99ecf2c0d834b1765ec1 Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Mon, 20 Feb 2006 16:56:28 +0000 Subject: [PATCH] Fixed invalid 'done' in shell script -- typo. --- dist-gpd.sh | 2 +- dist-gpl.sh | 2 +- dist-gpv.sh | 2 +- dist-gpw.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist-gpd.sh b/dist-gpd.sh index 6f50788..52a2b43 100755 --- a/dist-gpd.sh +++ b/dist-gpd.sh @@ -48,7 +48,7 @@ make PLATFORM=djg strip make docs for i in ${bines} ; do - if [ ! -f ${i} ] ; then echo "File ${i} not exists, stop!"; exit 1 ; done + if [ ! -f ${i} ] ; then echo "File ${i} not exists, stop!"; exit 1 ; fi done #zip -9DXj ${name} ${file_id} $files diff --git a/dist-gpl.sh b/dist-gpl.sh index 23e13e8..89cf437 100755 --- a/dist-gpl.sh +++ b/dist-gpl.sh @@ -41,7 +41,7 @@ make PLATFORM=lnx strip make docs for i in ${bines} ; do - if [ ! -f ${i} ] ; then echo "File ${i} not exists, stop!"; exit 1 ; done + if [ ! -f ${i} ] ; then echo "File ${i} not exists, stop!"; exit 1 ; fi done zip -9DXj ${name} bin/File_ID.Diz $files diff --git a/dist-gpv.sh b/dist-gpv.sh index 223f97f..454c67d 100755 --- a/dist-gpv.sh +++ b/dist-gpv.sh @@ -42,7 +42,7 @@ printf ' *http://golded-plus.sf.net* \r\n' >>Release/bin/File_ID.Diz make docs for i in ${bines} ; do - if [ ! -f ${i} ] ; then echo "File ${i} not exists, stop!"; exit 1 ; done + if [ ! -f ${i} ] ; then echo "File ${i} not exists, stop!"; exit 1 ; fi done zip -9DXj ${name} Release/bin/File_ID.Diz $files diff --git a/dist-gpw.sh b/dist-gpw.sh index 65f46a1..10f9bdf 100755 --- a/dist-gpw.sh +++ b/dist-gpw.sh @@ -49,7 +49,7 @@ make strip make docs for i in ${bines} ; do - if [ ! -f ${i} ] ; then echo "File ${i} not exists, stop!"; exit 1 ; done + if [ ! -f ${i} ] ; then echo "File ${i} not exists, stop!"; exit 1 ; fi done zip -9DXj ${name} bin/File_ID.Diz $files