Error in argments check
This commit is contained in:
parent
86fb152676
commit
3eefeb651e
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Reference in a new issue