Commit bc4b2814 authored by Davis King's avatar Davis King

Fixed silly typo in script

parent f2088e83
......@@ -13,7 +13,7 @@ DEST=$2
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 $XML_FILE | xargs perl -e 'use File::Spec; foreach (@ARGV) {print File::Spec->abs2rel($_) . "\n"}' | sort | uniq`
mkdir $DEST
cp -a --parents $FILES $DEST
......
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