Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikaël Barbero2014-01-27 11:21:48 +0000
committerMikaël Barbero2014-01-27 11:21:48 +0000
commitbf291a97dfd09d7956f52e60bc07c38b72cd152e (patch)
treecf241aa147c2dc438f28fc9bc2404f2e3278d785
parentb221aab122e561c51bafc98909cf0b95b74dd447 (diff)
downloadorg.eclipse.emf.compare-bf291a97dfd09d7956f52e60bc07c38b72cd152e.tar.gz
org.eclipse.emf.compare-bf291a97dfd09d7956f52e60bc07c38b72cd152e.tar.xz
org.eclipse.emf.compare-bf291a97dfd09d7956f52e60bc07c38b72cd152e.zip
handle launching publication scrit from somewhere else in the filesystem
-rwxr-xr-xorg.eclipse.emf.compare-parent/releng/publish-nightly.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.emf.compare-parent/releng/publish-nightly.sh b/org.eclipse.emf.compare-parent/releng/publish-nightly.sh
index 864804736..e905fa2e5 100755
--- a/org.eclipse.emf.compare-parent/releng/publish-nightly.sh
+++ b/org.eclipse.emf.compare-parent/releng/publish-nightly.sh
@@ -11,7 +11,7 @@
# ====================================================================
# Get common function and values
-source common.sh
+source "$(pwd)/$(dirname $0)/common.sh"
######################################################################
# Constants

Back to the top