diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-01-23 19:47:10 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-01-23 19:47:10 +0000 |
commit | 724737a0a0a9c6d2c9976025a32a00aed8ff23b0 (patch) | |
tree | e027252df0ff258928dfc88b83eccf202a8e56d9 /src | |
parent | fbac4831ed124fe7936322142993a20044847e8c (diff) | |
download | simplepkg-724737a0a0a9c6d2c9976025a32a00aed8ff23b0.tar.gz simplepkg-724737a0a0a9c6d2c9976025a32a00aed8ff23b0.tar.bz2 |
simplaret: small changes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@120 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'src')
-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 |