aboutsummaryrefslogtreecommitdiff
path: root/config/vxworks.exp
diff options
context:
space:
mode:
Diffstat (limited to 'config/vxworks.exp')
-rw-r--r--config/vxworks.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/vxworks.exp b/config/vxworks.exp
index 367c445..6f9a888 100644
--- a/config/vxworks.exp
+++ b/config/vxworks.exp
@@ -188,7 +188,7 @@ proc vxworks_file { dest op args } {
foreach x $args {
set x "${dir}/[file tail $x]"
if { [file exists $x] && [file isfile $x] } {
- exec rm -f $x
+ file delete -force -- $x
}
}
return