From d58ad36c68254bb0177d5f50643b87c5be68c777 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jun 03 2011 17:47:17 +0000 Subject: Update cli_getRepoStatus.sh. --- diff --git a/Scripts/Functions/cli_getRepoStatus.sh b/Scripts/Functions/cli_getRepoStatus.sh index 2f77876..dca042f 100755 --- a/Scripts/Functions/cli_getRepoStatus.sh +++ b/Scripts/Functions/cli_getRepoStatus.sh @@ -35,8 +35,8 @@ function cli_getRepoStatus { # character column as describes `svn help status' command. local PATTERN='^( |A|C|D|I|M|R|X|!|~).+$' - # Output status. Use subversion `status' command to retrive the - # first character in the output. + # Output specific state of location using subversion `status' + # command. svn status "$LOCATION" --quiet | sed -r "s/${PATTERN}/\1/" }