aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-12-05 19:20:47 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-12-05 19:20:47 +0000
commit4b420ba1984f4f46f64e4117aa4eea1d27d401d9 (patch)
tree2314cc85c93c030404966e20c44193411ccc04fe
parent63419f885e6c66d8919ee3698836ca3c0c34c35e (diff)
downloadsimplepkg-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
-rw-r--r--trunk/src/createpkg2
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