diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-17 12:50:54 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-17 12:50:54 +0000 |
commit | 19327a4db1559429039c8d38e0c6568c235f953d (patch) | |
tree | ba30643bf9f0b1821508dc34f9ce1eab769f7fd4 /trunk/src/simplaret | |
parent | 134f47aa02b21455165e08f7708e4211acb00d6b (diff) | |
download | simplepkg-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-x | trunk/src/simplaret | 6 |
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 |