Oops, forgot to check for no-package in the arguments

master
Cinders 2013-08-12 14:53:31 -06:00
parent f5a8bfe148
commit 96a439b24c
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ getArgs()
# $* = the options passed in from main
{
if [ $# -gt 0 ]; then
while getoptex "clean build config version package fmodex jobs: platform: kdu opensim no-opensim avx help chan: btype:" "$@" ; do
while getoptex "clean build config version package no-package fmodex jobs: platform: kdu opensim no-opensim avx help chan: btype:" "$@" ; do
#insure options are valid
if [ -z "$OPTOPT" ] ; then