Remove the unused MONO_TAG variable from the MacOS buildpackage script
This commit is contained in:
committed by
Matthias Mailänder
parent
69949f9d53
commit
7aa50d412c
@@ -16,8 +16,6 @@
|
||||
|
||||
set -o errexit -o pipefail || exit $?
|
||||
|
||||
MONO_TAG="osx-launcher-20201222"
|
||||
|
||||
if [ $# -ne "2" ]; then
|
||||
echo "Usage: $(basename "$0") tag outputdir"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user