fix
This commit is contained in:
parent
0818e81038
commit
b61ec7044d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ rwx_link() {
|
||||||
local link="${1}"
|
local link="${1}"
|
||||||
local target="${2}"
|
local target="${2}"
|
||||||
ln \
|
ln \
|
||||||
--sybolic \
|
--symbolic \
|
||||||
"${target}" \
|
"${target}" \
|
||||||
"${link}"
|
"${link}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue