diff options
-rwxr-xr-x | src/simplaret | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/simplaret b/src/simplaret index d4ccdb2..8e2a53b 100755 --- a/src/simplaret +++ b/src/simplaret @@ -16,7 +16,7 @@ # Place - Suite 330, Boston, MA 02111-1307, USA # -BASERNAME="`basename $0`" +BASENAME="`basename $0`" REPOS_CONF="/etc/simplepkg/repos.conf" COMMON="/usr/libexec/simplepkg/common.sh" @@ -357,9 +357,9 @@ function simplaret_purge { fi if [ -z "$SILENT" ]; then - echo purging all packages $mtime_message for: - echo - arch $ARCH and version $VERSION $and_patches - echo - noarch folder + echo "$BASENAME: purging all packages $mtime_message for:" + echo -e "\t- arch $ARCH and version $VERSION $and_patches" + echo -e "\t- noarch folder" fi for repos_type in $which; do |