summaryrefslogtreecommitdiffstats
path: root/src/lib/8021x
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2013-03-18 09:13:26 +0100
committerJouke Witteveen <j.witteveen@gmail.com>2013-03-18 09:13:26 +0100
commit1d49567af0acaca79fe9047703a0d94ebaf31064 (patch)
treed18090146674612da3f110f3ab58e4baf63bafb5 /src/lib/8021x
parenta24839b747f152dbc7ddf8f21ebfa7aae474d13e (diff)
downloadnetctl-1d49567af0acaca79fe9047703a0d94ebaf31064.tar.gz
netctl-1d49567af0acaca79fe9047703a0d94ebaf31064.tar.xz
Proper systemd escaping
This fixes the use of all sorts of characters in profile names/interface names.
Diffstat (limited to 'src/lib/8021x')
-rw-r--r--src/lib/8021x2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/8021x b/src/lib/8021x
index fa23dd3..7a841a4 100644
--- a/src/lib/8021x
+++ b/src/lib/8021x
@@ -2,7 +2,7 @@
## Wrapper around wpa_cli to deal with supplicant configurations that set a
-## non-standard control path.
+## non-standard control path
# $1: interface name
# $2...: call to the supplicant
wpa_call() {