From 19327a4db1559429039c8d38e0c6568c235f953d Mon Sep 17 00:00:00 2001 From: rhatto Date: Tue, 17 Apr 2007 12:50:54 +0000 Subject: simplaret: small cosmetic fix git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@351 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/simplaret | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'trunk/src') 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 -- cgit v1.2.3