use $_<prog> (which expands to absolute paths) instead of trusting into a good $PATH
[util-vserver.git] / util-vserver / scripts / vserver-wrapper
index c210a33..41a3a80 100755 (executable)
@@ -66,7 +66,7 @@ function stop()
     $_START_VSERVERS -m "$MARK" -j "$NUMPARALLEL" --all --stop
     _tellResult $?
     local rc=$?
-    rm -f "$lockfile"
+    $_RM -f "$lockfile"
     return $rc
 }