From 614b7de856054fa13f425cff04d86bebd08a705e Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Feb 05 2011 02:45:36 +0000 Subject: Update Verify/verify_doLinkInstall.sh. --- diff --git a/Scripts/Bash/Functions/Verify/verify_doLinkInstall.sh b/Scripts/Bash/Functions/Verify/verify_doLinkInstall.sh index e5fd2cc..302a5f5 100755 --- a/Scripts/Bash/Functions/Verify/verify_doLinkInstall.sh +++ b/Scripts/Bash/Functions/Verify/verify_doLinkInstall.sh @@ -38,7 +38,7 @@ function verify_doLinkInstall { # links are not created yet, we use their related targets as # reference to determine what type of link we are creating. if [[ -f ${TARGETS[$ID]} ]];then - LINKS_PARENT=$(dirname ${LINKS[$ID]}) + LINKS_PARENT=$(dirname "${LINKS[$ID]}") cli_checkFiles $LINKS_PARENT 'd' fi