From 90242faae3e48680a09720fbb728a5115c166e8b Mon Sep 17 00:00:00 2001 From: rhatto Date: Tue, 4 Dec 2007 19:13:26 +0000 Subject: small cosmetic fix git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@472 04377dda-e619-0410-9926-eae83683ac58 --- trunk/lib/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh index ec3e6f0..25aa7bf 100644 --- a/trunk/lib/common.sh +++ b/trunk/lib/common.sh @@ -95,7 +95,7 @@ function install_packages { SILENT=1 ARCH=$ARCH VERSION=$VERSION $SIMPLARET --purge fi else - unable_to_install="$unable_to_install\n\t$pack" + unable_to_install="$unable_to_install\n\t`echo $pack | sed -e 's/\\\+/\+/'`" fi done -- cgit v1.2.3