summary refs log tree commit diff
path: root/pkgs/applications/networking/firehol/firehol-uname-command.patch
blob: 92ab4cd9321491dae1828b0be6b706a2de6f7918 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/sbin/firehol
+++ b/sbin/firehol
@@ -10295,7 +10295,7 @@
 	kmaj=$1
 	kmin=$2

-	set -- $($UNAME_CMD -r)
+	set -- $("$UNAME_CMD" -r)
 	eval $kmaj=\$1 $kmin=\$2
 }
 kernel_maj_min KERNELMAJ KERNELMIN