Commit f2088e83 authored by Davis King's avatar Davis King

removed excessive error checking

parent 6402a374
...@@ -11,10 +11,6 @@ fi ...@@ -11,10 +11,6 @@ fi
XML_FILE=$1 XML_FILE=$1
DEST=$2 DEST=$2
if [ -d "$DEST" ]; then
echo "Error, $DEST directory already exists"
exit 1
fi
FILES=`imglab --files cluster_001.xml.RESAMPLED.xml | xargs perl -e 'use File::Spec; foreach (@ARGV) {print File::Spec->abs2rel($_) . "\n"}' | sort | uniq` FILES=`imglab --files cluster_001.xml.RESAMPLED.xml | xargs perl -e 'use File::Spec; foreach (@ARGV) {print File::Spec->abs2rel($_) . "\n"}' | sort | uniq`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment