mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-28 10:29:37 +02:00
Pmodules/libpbuild.bash
- build_dependencies(): unsupported args removed
This commit is contained in:
@@ -387,15 +387,9 @@ pbuild::make_all() {
|
||||
-v | --verbose)
|
||||
args+=( $1 )
|
||||
;;
|
||||
--release=* )
|
||||
args+=( $1 )
|
||||
;;
|
||||
--with=*/* )
|
||||
args+=( $1 )
|
||||
;;
|
||||
*=* )
|
||||
args+=( $1 )
|
||||
;;
|
||||
esac
|
||||
shift
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user