Skip to content
Snippets Groups Projects
Commit 90abbbda authored by Per Cederqvist's avatar Per Cederqvist
Browse files

(copy_aux): Don't use "file delete", since that isn't portable to old

	TCL versions.
parent e2fd8fd5
Branches
Tags
No related merge requests found
...@@ -30,7 +30,7 @@ set myaux "lyskomd.0/aux-items-18.conf" ...@@ -30,7 +30,7 @@ set myaux "lyskomd.0/aux-items-18.conf"
proc copy_aux {file} { proc copy_aux {file} {
global myaux global myaux
file delete $myaux system "rm -f $myaux"
file copy $file $myaux file copy $file $myaux
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment