Didn't mean to check in not deleting tmp files

This commit is contained in:
ehouse 2009-09-21 12:46:36 +00:00
parent 63fc1e048a
commit f8848321c4

View file

@ -50,7 +50,7 @@ sub main() {
print( STDERR $cmd, "\n");
`$cmd`;
# unlink $linkName, $tmpfile;
unlink $linkName, $tmpfile;
}
sub usage() {