# 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"
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