From 86b2cb99028d81a6cb608f09e1a31bc7744a991c Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Sat, 5 May 2012 16:06:53 +0200 Subject: sysctl: fix compatibility with procps-ng The interface changed slightly, from "-p " to "-p", compared with procps. Reported-by: Boris Suggested-by: Eric Belanger Signed-off-by: Tom Gundersen --- arch-sysctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-sysctl b/arch-sysctl index e27369d..f73f1f0 100755 --- a/arch-sysctl +++ b/arch-sysctl @@ -23,7 +23,7 @@ for path in "${@:-${sysctl_d[@]}}"; do done for path in "${fragments[@]}"; do - sysctl -q -p "$path" + sysctl -q -p"$path" done # vim: set ts=2 sw=2 noet: -- cgit v1.2.3