We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd35d5f commit 250c428Copy full SHA for 250c428
build.sh
@@ -422,7 +422,7 @@ prepare_build() {
422
if [[ -d "${script_path}/.git" ]]; then
423
cd "${script_path}"
424
msg_debug "The version of alteriso is $(git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g')."
425
- cd "${OLDPWD}" > /dev/null 2>&1
+ cd "${OLDPWD}"
426
fi
427
428
# Set dirs
@@ -489,7 +489,7 @@ prepare_build() {
489
# gitversion
490
if [[ "${gitversion}" = true ]]; then
491
492
- iso_version=${iso_version}-$(git rev-parse --short HEAD)
+ iso_version="${iso_version}-$(git rev-parse --short HEAD)"
493
cd "${OLDPWD}"
494
495
0 commit comments