From c2776251521b86b8f14781cf7d89ced04e9c7cf6 Mon Sep 17 00:00:00 2001 From: Stanislav Mekhanoshin Date: Mon, 20 Feb 2006 12:11:28 +0000 Subject: [PATCH] Fixed invalid done; in shell script -- typo. --- dist-sx86.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist-sx86.sh b/dist-sx86.sh index 531d5d4..5b5b97a 100755 --- a/dist-sx86.sh +++ b/dist-sx86.sh @@ -39,7 +39,7 @@ gmake tokentpl.txt tokencfg.txt cd .. for i in bin/gedsun bin/gnsun bin/rddtsun ; 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 # creating package