From 3eefeb651ebf36535a9dd800c6632d1880273e0b Mon Sep 17 00:00:00 2001 From: evomarc Date: Fri, 16 Nov 2001 15:02:35 +0000 Subject: [PATCH] Error in argments check --- eo/win/create_dsp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/win/create_dsp.sh b/eo/win/create_dsp.sh index 6efeef53..43cbcb6a 100755 --- a/eo/win/create_dsp.sh +++ b/eo/win/create_dsp.sh @@ -1,6 +1,6 @@ #! /bin/tcsh -f -if ($#argv < 3) then +if ($#argv < 2) then echo Usage $0 SourceName TargetName [Additional lib] echo Example: $0 t-eoGA t_eoga ga echo " will create t_eoga.dsp that in turn is the Win project file"