mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-14 08:01:38 +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");
|
print( STDERR $cmd, "\n");
|
||||||
`$cmd`;
|
`$cmd`;
|
||||||
|
|
||||||
# unlink $linkName, $tmpfile;
|
unlink $linkName, $tmpfile;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub usage() {
|
sub usage() {
|
||||||
|
|
Loading…
Reference in a new issue