diff options
| author | Hank Leininger <hlein@korelogic.com> | 2013-07-16 17:09:05 -0500 | 
|---|---|---|
| committer | William Hubbs <w.d.hubbs@gmail.com> | 2013-07-16 17:12:45 -0500 | 
| commit | 3af434a4e90f6e964105d94163169f843113a1fb (patch) | |
| tree | e6bf8f76ccd897108de1fc27b8ff6aa244d801fc | |
| parent | 0f70cd067f4941ce7d9ec817dcf102952a1e8d44 (diff) | |
| download | 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-x | sh/tmpfiles.sh.in | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/tmpfiles.sh.in b/sh/tmpfiles.sh.in index f20cd0d3..cb9ecebe 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() {  | 
