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:
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