nuclide-ds: Don't specify -manifest any longer
This commit is contained in:
parent
8085ae6db8
commit
87f799914c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ SCRPATH="$( cd "$( dirname $(readlink -nf $0) )" && pwd )"
|
|||
PATH="$SCRPATH"/bin:"$PATH"
|
||||
|
||||
if [ -f "$SCRPATH"/bin/fteqw-sv ]; then
|
||||
fteqw-sv -manifest valve.fmf $*
|
||||
fteqw-sv $*
|
||||
else
|
||||
printf "Engine is not present, please run build_engine.sh\n"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue