diff options
Diffstat (limited to 'trunk/lib')
-rw-r--r-- | trunk/lib/common.sh | 2 |
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 |