mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-24 08:37:59 +02:00
Merge branch '45-run-modbuild-with-bash-version-4' into 'master'
Resolve "run modbuild with bash version >= 4" Closes #45 See merge request Pmodules/src!16
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash --
|
||||
#
|
||||
# The following build specific variables are set and used in libpbuild.bash:
|
||||
# ARGS
|
||||
@@ -228,6 +228,9 @@ parse_args() {
|
||||
--update-modulefiles )
|
||||
pbuild.update_modulefiles 'yes'
|
||||
;;
|
||||
-- )
|
||||
:
|
||||
;;
|
||||
-* )
|
||||
std::die 1 "Invalid option -- '$1'"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user