diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-05 19:20:47 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-05 19:20:47 +0000 |
commit | 4b420ba1984f4f46f64e4117aa4eea1d27d401d9 (patch) | |
tree | 2314cc85c93c030404966e20c44193411ccc04fe /trunk/src/createpkg | |
parent | 63419f885e6c66d8919ee3698836ca3c0c34c35e (diff) | |
download | simplepkg-4b420ba1984f4f46f64e4117aa4eea1d27d401d9.tar.gz simplepkg-4b420ba1984f4f46f64e4117aa4eea1d27d401d9.tar.bz2 |
minor fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@642 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src/createpkg')
-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 |