From 3af434a4e90f6e964105d94163169f843113a1fb Mon Sep 17 00:00:00 2001 From: Hank Leininger Date: Tue, 16 Jul 2013 17:09:05 -0500 Subject: typo fix X-Gentoo-Bug: 477006 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=477006 --- sh/tmpfiles.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- cgit v1.2.3