From efa2a5d46d45add46f7ec80f999c1f5dda036bb5 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 05 2011 01:41:17 +0000 Subject: Update cli_updateRepoChanges.sh. Start using cli_checkFiles@2517. --- diff --git a/Scripts/Functions/cli_updateRepoChanges.sh b/Scripts/Functions/cli_updateRepoChanges.sh index 84c953e..5b82bcb 100644 --- a/Scripts/Functions/cli_updateRepoChanges.sh +++ b/Scripts/Functions/cli_updateRepoChanges.sh @@ -51,8 +51,7 @@ function cli_updateRepoChanges { # Verify locations existence. It shoud exist as regular file or # directory inside the repository working copy. - cli_checkFiles "$LOCATIONS" 'fd' - cli_checkFiles "$LOCATIONS" 'isInWorkingCopy' + cli_checkFiles "$LOCATIONS" --working-copy # Update working copy and retrive update output. cli_printMessage "`gettext "Bringing changes from the repository into the working copy"`" --as-banner-line