gh: 2.62.0 -> 2.63.0
[NixPkgs.git] / pkgs / build-support / cc-wrapper / go-wrapper.sh
blob5dfc5d2b73fc95ded8dff5c61c1f0aba21b13d9d
1 #! @shell@
2 set -eu -o pipefail +o posix
3 shopt -s nullglob
5 if (( "${NIX_DEBUG:-0}" >= 7 )); then
6 set -x
7 fi
9 export GCCGO="@out@/bin/gccgo"
11 exec @prog@ "$@"