fix herefile
This commit is contained in:
parent
6108bc2b84
commit
140d5ff96c
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ while [ $# -gt 0 ]; do
|
|||
;;
|
||||
esac
|
||||
done
|
||||
# If TAG is set, checkout is always headless.
|
||||
# If MSC_GIT_TAG is set, checkout is always headless.
|
||||
[ -z "${MSC_GIT_TAG:+x}" ] || { export MSC_GIT_BRANCH=${MSC_GIT_TAG}; export PRE=""; }
|
||||
|
||||
# Output
|
||||
|
|
Loading…
Reference in a new issue