mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-13 08:01:33 +01:00
Didn't mean to check in not deleting tmp files
This commit is contained in:
parent
63fc1e048a
commit
f8848321c4
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ sub main() {
|
|||
print( STDERR $cmd, "\n");
|
||||
`$cmd`;
|
||||
|
||||
# unlink $linkName, $tmpfile;
|
||||
unlink $linkName, $tmpfile;
|
||||
}
|
||||
|
||||
sub usage() {
|
||||
|
|
Loading…
Reference in a new issue