diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2009-01-19 16:13:58 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2009-01-19 16:13:58 +0000 |
commit | 9d18d292217f12e30467832f6ded72c70e67967b (patch) | |
tree | ed1b93db872b5c38cd94c763dfa62186157781f4 /trunk/src/createpkg | |
parent | afb0901283052b06d75f04694f942139f424f177 (diff) | |
download | simplepkg-9d18d292217f12e30467832f6ded72c70e67967b.tar.gz simplepkg-9d18d292217f12e30467832f6ded72c70e67967b.tar.bz2 |
adding mkbuild --status
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@756 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 0a67648..b3b3f97 100644 --- a/trunk/src/createpkg +++ b/trunk/src/createpkg @@ -309,6 +309,8 @@ function repository_update { function repository_status { + local cwd + if [ -d "$PACKAGES_DIR/.svn" ]; then echo "Status of $PACKAGES_DIR." cwd="`pwd`" |