From dd9a39e9c8c5569598f1106e62e30a0b65145a86 Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Mon, 20 Mar 2006 20:26:12 +0000 Subject: [PATCH] Prevent to create distributive with old binaries --- dist-gpv.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dist-gpv.sh b/dist-gpv.sh index 454c67d..71100d1 100755 --- a/dist-gpv.sh +++ b/dist-gpv.sh @@ -25,6 +25,7 @@ files="${files} docs/rddt.html docs/rddt.txt docs/readme.txt" files="${files} docs/rusfaq.txt docs/tips.txt docs/todowork.txt" files="${files} docs/tokencfg.txt docs/tokentpl.txt" +rm ${bines} nmake /f golded.mak CFG="Release" clean nmake /f golded.mak CFG="Release"