summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfullpkg1
-rwxr-xr-xtoru-utils2
-rwxr-xr-xupdate-cleansystem2
3 files changed, 3 insertions, 2 deletions
diff --git a/fullpkg b/fullpkg
index bccd816..9a03b82 100755
--- a/fullpkg
+++ b/fullpkg
@@ -15,6 +15,7 @@ usage() {
echo " -h : this message."
echo ""
echo "Wrapper for \`fullpkg-find' and \`fullpkg-build'"
+ echo ""
exit 1
}
diff --git a/toru-utils b/toru-utils
index 9a7918e..0818aa6 100755
--- a/toru-utils
+++ b/toru-utils
@@ -7,7 +7,7 @@ source /etc/libretools.conf
if [ ! -w "$TORUPATH" ]; then
error "Toru's path isn't writable. Please check $TORUPATH"
- exit 1
+ exit 1
fi
LASTSYNCFILE=${TORUPATH}/lastsync
diff --git a/update-cleansystem b/update-cleansystem
index dd3ff6c..97c2922 100755
--- a/update-cleansystem
+++ b/update-cleansystem
@@ -15,7 +15,7 @@ tmpdir=/tmp/cleansystem.${RANDOM}
mkdir -p ${tmpdir}/var/lib/pacman
# We sync first because updating info gets printed to stdout too
-pacman -r ${tmpdir} --config /etc/pacman.conf -Sy
+pacman -r ${tmpdir} --config /etc/pacman.conf -Sy 2>/dev/null
pacman -r ${tmpdir} \
--config /etc/pacman.conf \
-Sp --print-format "%n" \