From 0443d55a3a2ea6f470d27552de8b6cd7c2677cbc Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Thu, 3 May 2007 09:52:20 +0000 Subject: [PATCH] Fix DJGPP building file --- dist-gpd.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dist-gpd.sh b/dist-gpd.sh index b1b3b19..ef54470 100755 --- a/dist-gpd.sh +++ b/dist-gpd.sh @@ -34,12 +34,12 @@ files="${files} docs/tokencfg.txt docs/tokentpl.txt ${file_id}" echo 'GoldED+1.1.5 [DOS-DPMI binaries]' >${file_id} echo '[Compiled using DJGPP GNU C/C++]' >>${file_id} -echo "Snapshot at ${date} (devel. ver.)" >>${file_id} +echo "Snapshot at ${date} (devel.ver.)" >>${file_id} echo 'This is unstable release and it' >>${file_id} echo 'should be used for testing purpose' >>${file_id} echo '----------------------------------' >>${file_id} -echo 'GoldED+ is a successor of the' >>${dizfile} -echo 'wellknown GoldED mail editor.' >>${dizfile} +echo 'GoldED+ is a successor of the' >>${file_id} +echo 'wellknown GoldED mail editor.' >>${file_id} echo '----------------------------------' >>${file_id} echo 'http://golded-plus.sourceforge.net' >>${file_id} @@ -59,3 +59,4 @@ done echo ${files} | sed "s/ /\n/g" >files.lst pkzip ${dosname} @files.lst +rm files.lst