tools/link.sh: fix an incorrect variable
fix ${desg} -> ${dest}
This commit is contained in:
parent
dd1365ef85
commit
8b0bc64903
@ -82,7 +82,7 @@ ln -s "${src}" "${dest}" || \
|
||||
|
||||
# Verify that the link was created
|
||||
|
||||
if [ -e ${dest} ] && [ -h ${desg} ]; then
|
||||
if [ -e ${dest} ] && [ -h ${dest} ]; then
|
||||
# The file exists and is a symlink (i.e. the symlink isn't broken)
|
||||
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user