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