From 95ad5bf0361a27c91220821d98301deddb7afe13 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 6 Oct 2005 18:48:46 +0000 Subject: [PATCH] - poldek -u works again - kill trailing spaces/tabs Changed files: builder.sh -> 1.334 --- builder.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/builder.sh b/builder.sh index daad29f..8bc56d3 100644 --- a/builder.sh +++ b/builder.sh @@ -1251,7 +1251,7 @@ fetch_build_requires() fi if [ -n "$DEPS" ]; then echo "Trying to install dependencies ($DEPS):" - $SU_SUDO /usr/bin/poldek --caplookup -iGv $DEPS + $SU_SUDO /usr/bin/poldek --caplookup -uGv $DEPS fi return fi @@ -1577,10 +1577,10 @@ do shift ;; -sf | --sources-files) COMMAND="list-sources-files" - shift ;; + shift ;; -sp | --sources-paths) COMMAND="list-sources-local-paths" - shift ;; + shift ;; -Tvs | --tag-version-stable ) COMMAND="tag"; TAG="STABLE" @@ -1703,7 +1703,7 @@ case "$COMMAND" in if [ -n "$TAG_STATUS" -a "$CVSTAG" = "HEAD" ]; then Exit_error err_branch_exists "$TAG_STATUS" fi - + fi fi -- 2.44.0