X-Gentoo-Bug: 477006
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=477006
This commit is contained in:
Hank Leininger 2013-07-16 17:09:05 -05:00 committed by William Hubbs
parent 0f70cd067f
commit 3af434a4e9

View File

@ -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() {