Skip to content

Commit 5e5340a

Browse files
authored
cleanup old scripts and move to --no-rcs shebang (#59)
1 parent cd4759d commit 5e5340a

File tree

4 files changed

+1
-17
lines changed

4 files changed

+1
-17
lines changed

build_python_framework_pkgs.zsh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,9 @@ if [[ "${PYTHON_MAJOR_VERSION}" == "3.10" ]]; then
149149
fi
150150
if [[ "${PYTHON_MAJOR_VERSION}" == "3.11" ]]; then
151151
/bin/ln -s "$PYTHON_BIN_NEW" "$TOOLSDIR/$TYPE/payload/usr/local/bin/managed_python3"
152-
# /bin/cp "$TOOLSDIR/python-$PYTHON_MAJOR_VERSION" "$TOOLSDIR/$TYPE/payload/usr/local/bin/managed_python3"
153152
fi
154153
if [[ "${PYTHON_MAJOR_VERSION}" == "3.12" ]]; then
155154
/bin/ln -s "$PYTHON_BIN_NEW" "$TOOLSDIR/$TYPE/payload/usr/local/bin/managed_python3"
156-
# /bin/cp "$TOOLSDIR/python-$PYTHON_MAJOR_VERSION" "$TOOLSDIR/$TYPE/payload/usr/local/bin/managed_python3"
157155
fi
158156

159157
SB_RESULT="$?"

preinstall-cleanup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/zsh
1+
#!/bin/zsh --no-rcs
22
#
33
# Copyright 2023-Present Mac Admins Open Source.
44
#

python-3.11

Lines changed: 0 additions & 7 deletions
This file was deleted.

python-3.12

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)