aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/simplaret
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-17 12:50:54 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-17 12:50:54 +0000
commit19327a4db1559429039c8d38e0c6568c235f953d (patch)
treeba30643bf9f0b1821508dc34f9ce1eab769f7fd4 /trunk/src/simplaret
parent134f47aa02b21455165e08f7708e4211acb00d6b (diff)
downloadsimplepkg-19327a4db1559429039c8d38e0c6568c235f953d.tar.gz
simplepkg-19327a4db1559429039c8d38e0c6568c235f953d.tar.bz2
simplaret: small cosmetic fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@351 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src/simplaret')
-rwxr-xr-xtrunk/src/simplaret6
1 files changed, 5 insertions, 1 deletions
diff --git a/trunk/src/simplaret b/trunk/src/simplaret
index ec4d08c..f1ebbd5 100755
--- a/trunk/src/simplaret
+++ b/trunk/src/simplaret
@@ -422,7 +422,11 @@ function simplaret_purge {
fi
if [ -z "$SILENT" ]; then
- echo "$BASENAME: purging all packages $mtime_message for:"
+ if [ -z "$mtime_message" ]; then
+ echo "$BASENAME: purging all packages for:"
+ else
+ echo "$BASENAME: purging all packages $mtime_message for:"
+ fi
echo -e "\t- Arch $ARCH and version $VERSION $and_patches"
echo -e "\t- Noarch folder"
fi