antiright-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Antiright-devel] antiright/ACE-desktop ACE


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright/ACE-desktop ACE
Date: Thu, 17 May 2007 15:39:27 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Changes by:     Jeffrey Bedard <jefbed> 07/05/17 15:39:27

Modified files:
        ACE-desktop    : ACE 

Log message:
        Allow startup directory to be specified for IDE.  

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/ACE-desktop/ACE?cvsroot=antiright&r1=1.39&r2=1.40

Patches:
Index: ACE
===================================================================
RCS file: /sources/antiright/antiright/ACE-desktop/ACE,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- ACE 6 May 2007 06:23:36 -0000       1.39
+++ ACE 17 May 2007 15:39:27 -0000      1.40
@@ -71,6 +71,9 @@
 
 IDE()
 {
+       if [ "$1" != "" ]; then
+               cd $1
+       fi
        GUIDL IDE
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]