summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2012-03-27 17:22:39 +0200
committerJouke Witteveen <j.witteveen@gmail.com>2012-03-27 17:22:39 +0200
commit7baf52dfc5e0e70cc8566d693d010465535b1886 (patch)
tree4a5993ae732c78a3938b0629916c38ea440a24e9 /scripts
parent2a7aa9d913dfa2591592bf1b1e0e6a7cf8e63808 (diff)
downloadnetctl-7baf52dfc5e0e70cc8566d693d010465535b1886.tar.gz
netctl-7baf52dfc5e0e70cc8566d693d010465535b1886.tar.xz
Uniformize SUBR_DIR quoting
It needs to be quoted when used as an argument. Putting the name in curly braces is unnecessary.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/netcfg-wpa_actiond4
-rwxr-xr-xscripts/wifi-menu2
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/netcfg-wpa_actiond b/scripts/netcfg-wpa_actiond
index 43f7183..48bf48a 100755
--- a/scripts/netcfg-wpa_actiond
+++ b/scripts/netcfg-wpa_actiond
@@ -1,7 +1,7 @@
#! /bin/bash
. /usr/lib/network/network
-. $SUBR_DIR/8021x
-. $SUBR_DIR/rfkill
+. "$SUBR_DIR/8021x"
+. "$SUBR_DIR/rfkill"
. /etc/rc.conf
. /etc/conf.d/netcfg
diff --git a/scripts/wifi-menu b/scripts/wifi-menu
index 25ac87e..75bfede 100755
--- a/scripts/wifi-menu
+++ b/scripts/wifi-menu
@@ -1,7 +1,7 @@
#! /bin/bash
. /usr/lib/network/network
-. $SUBR_DIR/8021x
+. "$SUBR_DIR/8021x"
. /etc/conf.d/netcfg
# The right value depends on the connected profile.