summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHank Leininger <hlein@korelogic.com>2013-07-16 17:09:05 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2013-07-16 17:12:45 -0500
commit3af434a4e90f6e964105d94163169f843113a1fb (patch)
treee6bf8f76ccd897108de1fc27b8ff6aa244d801fc
parent0f70cd067f4941ce7d9ec817dcf102952a1e8d44 (diff)
downloadopenrc-3af434a4e90f6e964105d94163169f843113a1fb.tar.gz
openrc-3af434a4e90f6e964105d94163169f843113a1fb.tar.bz2
openrc-3af434a4e90f6e964105d94163169f843113a1fb.tar.xz
typo fix
X-Gentoo-Bug: 477006 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=477006
-rwxr-xr-xsh/tmpfiles.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/tmpfiles.sh.in b/sh/tmpfiles.sh.in
index f20cd0d..cb9eceb 100755
--- a/sh/tmpfiles.sh.in
+++ b/sh/tmpfiles.sh.in
@@ -102,7 +102,7 @@ _D() {
_L() {
# Create a symlink if it doesn't exist yet
local path=$1 mode=$2 uid=$3 gid=$4 age=$5 arg=$6
- [ ! -e "$path" ] && dryrun_or_real ln -s "$args" "$path"
+ [ ! -e "$path" ] && dryrun_or_real ln -s "$arg" "$path"
}
_p() {