Fixing test script so it works properly?
Esse commit está contido em:
pai
0ae253bfa8
commit
8204fab918
@ -8,9 +8,6 @@ if [ ! -r $BASEDIR/include/static ] || [ ! -r $BASEDIR/include/functions ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
. $BASEDIR/include/static
|
||||
. $BASEDIR/include/functions
|
||||
|
||||
if [ -r $BASEDIR/options ]; then
|
||||
. $BASEDIR/options
|
||||
else
|
||||
@ -18,6 +15,11 @@ else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
. $BASEDIR/include/static
|
||||
. $BASEDIR/include/functions
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Carregando…
x
Referência em uma nova issue
Block a user