aboutsummaryrefslogtreecommitdiff
path: root/trunk
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-12-04 19:13:26 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-12-04 19:13:26 +0000
commit90242faae3e48680a09720fbb728a5115c166e8b (patch)
tree431a250450e124d5634bb8d71c069da1214be6b0 /trunk
parent81966dc0d9612b46c7879e993660200ac721e5f8 (diff)
downloadsimplepkg-90242faae3e48680a09720fbb728a5115c166e8b.tar.gz
simplepkg-90242faae3e48680a09720fbb728a5115c166e8b.tar.bz2
small cosmetic fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@472 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk')
-rw-r--r--trunk/lib/common.sh2
1 files changed, 1 insertions, 1 deletions
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