We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1416dbb commit c3ae7e7Copy full SHA for c3ae7e7
1 file changed
Mac/BuildScript/scripts/postflight.patch-profile
@@ -3,7 +3,6 @@
3
PYVER=@PYVER@
4
PYTHON_ROOT="/Library/Frameworks/Python.framework/Versions/@PYVER@"
5
6
-set -e
7
8
# Run from the installer, do some trickery to fetch the information
9
# we need.
@@ -30,7 +29,6 @@ case "${BSH}" in
30
29
31
# Drop privileges while writing files.
32
su -m ${USER} <<EOFC
33
- set -e
34
# Create backup copy before patching
35
if [ -f "${RC}" ]; then
36
cp -fp "${RC}" "${RC}.pysave"
@@ -63,7 +61,6 @@ fish)
63
61
64
62
65
su -m ${USER} <<EOFF
66
67
mkdir -p "$CONFIG_DIR"
68
69
@@ -90,7 +87,6 @@ esac
90
87
91
88
92
89
su -m ${USER} <<EOFS
93
94
95
if [ -f "${PR}" ]; then
96
cp -fp "${PR}" "${PR}.pysave"
0 commit comments