Skip to content

Commit c72fc9b

Browse files
fix bash script
1 parent 404de1a commit c72fc9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installers/macos-pkg-setup-template.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ set -e
22

33
PYTHON_FULL_VERSION="{{__VERSION_FULL__}}"
44
PYTHON_PKG_NAME="{{__PKG_NAME__}}"
5-
$ARCHITECTURE = "{{__ARCHITECTURE__}}"
5+
$ARCHITECTURE="{{__ARCHITECTURE__}}"
66
MAJOR_VERSION=$(echo $PYTHON_FULL_VERSION | cut -d '.' -f 1)
77
MINOR_VERSION=$(echo $PYTHON_FULL_VERSION | cut -d '.' -f 2)
88

0 commit comments

Comments
 (0)