Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 78204 Details for
Bug 201989
RAStart.sh: [: 46: ==: unexpected operator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch
patch_01.txt (text/plain), 2.07 KB, created by
Samson Wai
on 2007-09-12 12:46:05 EDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Samson Wai
Created:
2007-09-12 12:46:05 EDT
Size:
2.07 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.platform.agentcontroller >Index: src-native-new/bin/ACStop.sh >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.agentcontroller/src-native-new/bin/ACStop.sh,v >retrieving revision 1.3 >diff -u -r1.3 ACStop.sh >--- src-native-new/bin/ACStop.sh 9 May 2007 19:09:33 -0000 1.3 >+++ src-native-new/bin/ACStop.sh 12 Sep 2007 16:45:39 -0000 >@@ -21,10 +21,16 @@ > export LD_LIBRARY_PATH > > # >-# Bug 175696 >+# Bug 175696, 201989 > # Make sure TEMP dir is set > # >-if [ x$TEMP == x ]; then >+if [[ -n $TEMP ]]; then >+ if [[ -d $TEMP ]]; then >+ echo >+ else >+ export TEMP=/tmp >+ fi >+else > export TEMP=/tmp > fi > >Index: src-native-new/bin/ACVersion.sh >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.agentcontroller/src-native-new/bin/ACVersion.sh,v >retrieving revision 1.1 >diff -u -r1.1 ACVersion.sh >--- src-native-new/bin/ACVersion.sh 13 Mar 2007 17:09:43 -0000 1.1 >+++ src-native-new/bin/ACVersion.sh 12 Sep 2007 16:45:39 -0000 >@@ -20,6 +20,20 @@ > export LD_LIBRARY_PATH > > # >+# Bug 175696, 201989 >+# Make sure TEMP dir is set >+# >+if [[ -n $TEMP ]]; then >+ if [[ -d $TEMP ]]; then >+ echo >+ else >+ export TEMP=/tmp >+ fi >+else >+ export TEMP=/tmp >+fi >+ >+# > # Show the version number > # > ACServer -v >Index: src-native-new/bin/ACStart.sh >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.agentcontroller/src-native-new/bin/ACStart.sh,v >retrieving revision 1.4 >diff -u -r1.4 ACStart.sh >--- src-native-new/bin/ACStart.sh 5 May 2007 02:26:11 -0000 1.4 >+++ src-native-new/bin/ACStart.sh 12 Sep 2007 16:45:39 -0000 >@@ -38,10 +38,16 @@ > export LD_LIBRARY_PATH > > # >-# Bug 175696 >+# Bug 175696, 201989 > # Make sure TEMP dir is set > # >-if [ x$TEMP == x ]; then >+if [[ -n $TEMP ]]; then >+ if [[ -d $TEMP ]]; then >+ echo >+ else >+ export TEMP=/tmp >+ fi >+else > export TEMP=/tmp > fi >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 201989
: 78204