typo fix
X-Gentoo-Bug: 477006 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=477006
This commit is contained in:
parent
0f70cd067f
commit
3af434a4e9
@ -102,7 +102,7 @@ _D() {
|
|||||||
_L() {
|
_L() {
|
||||||
# Create a symlink if it doesn't exist yet
|
# Create a symlink if it doesn't exist yet
|
||||||
local path=$1 mode=$2 uid=$3 gid=$4 age=$5 arg=$6
|
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() {
|
_p() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user