diff options
Diffstat (limited to 'trunk')
| -rw-r--r-- | trunk/src/createpkg | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/trunk/src/createpkg b/trunk/src/createpkg index 554e8e1..f5b6328 100644 --- a/trunk/src/createpkg +++ b/trunk/src/createpkg @@ -290,6 +290,7 @@ function repository_update {  function repository_status {    if [ -d "$MAKEPKG_REPOS/.svn" ]; then +    echo "Status of $MAKEPKG_REPOS."      cwd="`pwd`"      cd $MAKEPKG_REPOS && su_svn status      cd $cwd @@ -297,6 +298,7 @@ function repository_status {    if [ -d "$NOARCH_REPOS/.svn" ]; then      cwd="`pwd`" +    echo "Status of $NOARCH_REPOS."      cd $NOARCH_REPOS && su_svn status      cd $cwd    fi | 
