From 07ad06bd8fb25d0251d2f15d42d8d87f7e468f7d Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 05 2011 01:41:15 +0000 Subject: Update cli_getRepoStatus.sh. Start using cli_checkFiles@2517. --- diff --git a/Scripts/Functions/cli_getRepoStatus.sh b/Scripts/Functions/cli_getRepoStatus.sh index 8908074..c2bc419 100755 --- a/Scripts/Functions/cli_getRepoStatus.sh +++ b/Scripts/Functions/cli_getRepoStatus.sh @@ -39,8 +39,7 @@ function cli_getRepoStatus { # Verify the file used as source to retrive its status # information. We only use regular files or directories inside the # working copy. - cli_checkFiles "$LOCATION" 'fd' - cli_checkFiles "$LOCATION" 'isInWorkingCopy' + cli_checkFiles "$LOCATION" --working-copy # Use subversion `status' command to retrive the first character # in the output. Discard standard error output.