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:
2019-05-29 17:16:53 +02:00
+4 -1
View File
@@ -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'"
;;