diff options
author | Andrew Niefer | 2009-08-21 19:26:07 +0000 |
---|---|---|
committer | Andrew Niefer | 2009-08-21 19:26:07 +0000 |
commit | eaa94c08a7b2c973476d99a81ae5c85f62a1b55b (patch) | |
tree | 0e67d81259a90bbed7594e8e43832747a850d1e8 /bundles/org.eclipse.equinox.executable/library | |
parent | 5e362755041c969e93af6d717ef16ed2e93d399b (diff) | |
download | rt.equinox.framework-eaa94c08a7b2c973476d99a81ae5c85f62a1b55b.tar.gz rt.equinox.framework-eaa94c08a7b2c973476d99a81ae5c85f62a1b55b.tar.xz rt.equinox.framework-eaa94c08a7b2c973476d99a81ae5c85f62a1b55b.zip |
bug 184468 - automation in compilation
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library')
-rw-r--r-- | bundles/org.eclipse.equinox.executable/library/motif/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/motif/build.sh b/bundles/org.eclipse.equinox.executable/library/motif/build.sh index 3604b3bd1..12c09429e 100644 --- a/bundles/org.eclipse.equinox.executable/library/motif/build.sh +++ b/bundles/org.eclipse.equinox.executable/library/motif/build.sh @@ -92,7 +92,7 @@ case $OS in OUTPUT_DIR="../../bin/$defaultWS/$defaultOS/$defaultOSArch" javaHome="/opt/java1.5" defaultJava=DEFAULT_JAVA_EXEC - PATH=PATH=/opt/hp-gcc/bin:$PATH + PATH=/opt/hp-gcc/bin:$PATH export PATH ;; *) |