Error in argments check

This commit is contained in:
evomarc 2001-11-16 15:02:35 +00:00
commit 3eefeb651e

View file

@ -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"