Quote the parameter to sysctl(1), allowing to use whitespaces in
sysctl values. PR: conf/96509 Submitted by: Gregory Bond <gnb itga.com.au>
This commit is contained in:
parent
fccfbec9f2
commit
996e95d306
@ -37,7 +37,7 @@ sysctl_start()
|
||||
${val})
|
||||
;;
|
||||
*)
|
||||
sysctl ${var}
|
||||
sysctl "${var}"
|
||||
;;
|
||||
esac
|
||||
elif [ "$1" = "last" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user