MFC rev. 1.17:
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
91bb2cf812
commit
b38f0e887c
@ -37,7 +37,7 @@ sysctl_start()
|
||||
${val})
|
||||
;;
|
||||
*)
|
||||
sysctl ${var}
|
||||
sysctl "${var}"
|
||||
;;
|
||||
esac
|
||||
elif [ "$1" = "last" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user