Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Christoforides <alexis@thenull.net>2019-06-01 06:49:10 +0300
committerGitHub <noreply@github.com>2019-06-01 06:49:10 +0300
commit7300066faa277f33bc688142493ceb579b7c592d (patch)
treea472d99443ee46e28d3b53e97f9dc5f90a0bf3b0 /packaging
parentdf402845f286b671e718a8007e62301e710be3c3 (diff)
[MacSDK] Properly handle PATHs with spaces during package post-install (#14735)
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/MacSDK/packaging/resources/postinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/MacSDK/packaging/resources/postinstall b/packaging/MacSDK/packaging/resources/postinstall
index b599c9e10e7..6ae12801a09 100755
--- a/packaging/MacSDK/packaging/resources/postinstall
+++ b/packaging/MacSDK/packaging/resources/postinstall
@@ -59,7 +59,7 @@ if [ -d ${FW_CURRENT} ]; then
cd ${FW_CURRENT}/etc
# Make sure we run the files we lay down, and not other stuff installed on the system
- export PATH=${FW_CURRENT}/bin:$PATH
+ export PATH="${FW_CURRENT}/bin:$PATH"
# gtk+ setup
gdk-pixbuf-query-loaders --update-cache
# pango setup