From 91552d8af05cd98a747de8d3704abebbd6e1673c Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Fri, 28 Nov 2003 23:26:54 +0000 Subject: [PATCH] fixed behavior with multiple args (from Debian patch) git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@458 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/scripts/vps.subst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util-vserver/scripts/vps.subst b/util-vserver/scripts/vps.subst index 195ede0..ea32a37 100755 --- a/util-vserver/scripts/vps.subst +++ b/util-vserver/scripts/vps.subst @@ -48,7 +48,7 @@ if ($context != 1) { } -if (! open PS, "ps $ARGV[0]|") { +if (! open PS, "ps @ARGV|") { print "Can not execute ps\n"; exit; } -- 1.8.1.5