test fix
This commit is contained in:
parent
bd9302eb2f
commit
ce5b3688d5
1 changed files with 1 additions and 1 deletions
|
@ -16,5 +16,5 @@ for ((e = 0; e <= (${#files[@]} - 1); e++));
|
|||
do
|
||||
target=${files[$e]}
|
||||
link_name=${destinations[$e]}
|
||||
ln -sfvnr $target $link_name
|
||||
ln -sfvnr $target $(echo ~)$link_name
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue