From 8bd4cba8893f526b034b39b4399da74440fafb59 Mon Sep 17 00:00:00 2001 From: Ole Tange Date: Wed, 14 Mar 2012 20:17:50 +0100 Subject: [PATCH] Update tracefile/tracefile --- tracefile/tracefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tracefile/tracefile b/tracefile/tracefile index f07d38c..33934e6 100644 --- a/tracefile/tracefile +++ b/tracefile/tracefile @@ -1,12 +1,5 @@ #!/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 _NONEXISTS=0