From e8392f664021ecd5e52128babbf60d790dd098b3 Mon Sep 17 00:00:00 2001 From: CedarLUG <19336442+cedarlug@users.noreply.github.com> Date: Sun, 17 Dec 2017 16:18:18 -0600 Subject: [PATCH] Bad semicolon. --- lgsm/functions/command_backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/command_backup.sh b/lgsm/functions/command_backup.sh index 5dd066109..9b3618ce9 100644 --- a/lgsm/functions/command_backup.sh +++ b/lgsm/functions/command_backup.sh @@ -188,7 +188,7 @@ fn_backup_relpath() { declare -a bdirtoks=($(readlink -f "${backupdir}" | sed "s/\// /g")) # CHECK THAT the array is populated correctly. Sanity check here -CedarLUG - for ((base=0; $base<${#rdirtoks[@]}; base++)) ; + for ((base=0; $base<${#rdirtoks[@]}; base++)) do [[ "${rdirtoks[$base]}" != "${bdirtoks[$base]}" ]] && break done