summarylogtreecommitdiffstats
path: root/apache-flex-sdk.sh
diff options
context:
space:
mode:
Diffstat (limited to 'apache-flex-sdk.sh')
-rw-r--r--apache-flex-sdk.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/apache-flex-sdk.sh b/apache-flex-sdk.sh
index 20fb9343c70e..aef9313c78ae 100644
--- a/apache-flex-sdk.sh
+++ b/apache-flex-sdk.sh
@@ -1,2 +1,2 @@
export PLAYERGLOBAL_HOME=/opt/apache-flex-sdk/player
-export PATH="${PATH}":/opt/apache-flex-sdk/bin
+export PATH="${PATH:+${PATH}:}/opt/apache-flex-sdk/bin"