Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'cje-production/scripts')
-rwxr-xr-xcje-production/scripts/getEclipsePlatform.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cje-production/scripts/getEclipsePlatform.sh b/cje-production/scripts/getEclipsePlatform.sh
index cdbbe0ada..c2d3b7c62 100755
--- a/cje-production/scripts/getEclipsePlatform.sh
+++ b/cje-production/scripts/getEclipsePlatform.sh
@@ -21,6 +21,6 @@ downloadPath=/home/data/httpd/download.eclipse.org/eclipse/downloads/drops4
epRelDir=$(ls -d --format=single-column ${downloadPath}/R-*|sort|tail -1)
#get eclipse platform product
-cp $epRelDir}/eclipse-platform-*-linux-gtk-x86_64.tar.gz .
+cp ${epRelDir}/eclipse-platform-*-linux-gtk-x86_64.tar.gz .
tar xzf eclipse-platform-*-linux-gtk-x86_64.tar.gz

Back to the top