added yum* files + vsomething + check-unixfile
[util-vserver.git] / util-vserver / scripts / vserver.stop
index 129ce0b..3b4153b 100644 (file)
@@ -33,8 +33,8 @@ function cleanup
     unlock
     
     test ! -p "$sync_fifo" || {
-       rm -f "$sync_fifo"
-       rmdir $(dirname "$sync_fifo")
+       $_RM -f "$sync_fifo"
+       $_RMDIR $($_DIRNAME "$sync_fifo")
     }
 }