From 5202249bff0a13045484b26bdaf4ffdac7f135bd Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 13 Oct 2016 13:02:15 +0200 Subject: [PATCH] Pmodules/libpbuild.bash - build_dependencies(): unsupported args removed --- Pmodules/libpbuild.bash | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Pmodules/libpbuild.bash b/Pmodules/libpbuild.bash index ccd8ced..5780ece 100644 --- a/Pmodules/libpbuild.bash +++ b/Pmodules/libpbuild.bash @@ -387,15 +387,9 @@ pbuild::make_all() { -v | --verbose) args+=( $1 ) ;; - --release=* ) - args+=( $1 ) - ;; --with=*/* ) args+=( $1 ) ;; - *=* ) - args+=( $1 ) - ;; esac shift done