Update tracefile/tracefile
This commit is contained in:
parent
a27f8f3a4c
commit
8bd4cba889
|
@ -1,12 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# TEMP=`getopt -o ena --long exists,nonexists,all -- "$@"`
|
|
||||||
|
|
||||||
if [ $? != 0 ] ; then echo "Terminating..." >&2 ; exit 1 ; fi
|
|
||||||
|
|
||||||
# Note the quotes around `$TEMP': they are essential!
|
|
||||||
# eval set -- "$TEMP"
|
|
||||||
|
|
||||||
export _EXISTS=0
|
export _EXISTS=0
|
||||||
export _NONEXISTS=0
|
export _NONEXISTS=0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue