Pmodules/libpbuild.bash

- build_dependencies(): unsupported args removed
This commit is contained in:
2016-10-13 13:02:15 +02:00
parent 74ef0b7225
commit 5202249bff
-6
View File
@@ -387,15 +387,9 @@ pbuild::make_all() {
-v | --verbose)
args+=( $1 )
;;
--release=* )
args+=( $1 )
;;
--with=*/* )
args+=( $1 )
;;
*=* )
args+=( $1 )
;;
esac
shift
done