mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-07-04 21:00:50 +02:00
Pmodules/modbuild
- bugfix: 'local' used in global scope
This commit is contained in:
+1
-1
@@ -330,7 +330,7 @@ if [[ ${bootstrap} == no ]]; then
|
||||
|
||||
# if version is not specified, use version from last line of variants file
|
||||
if [[ -z "$V" ]]; then
|
||||
local tmp=$(awk 'END{print $1}' "${variants_file}")
|
||||
declare tmp=$(awk 'END{print $1}' "${variants_file}")
|
||||
V="${tmp#*/}"
|
||||
fi
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user