Update tracefile/tracefile

This commit is contained in:
Ole Tange 2012-03-14 20:17:50 +01:00
parent a27f8f3a4c
commit 8bd4cba889

View file

@ -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