summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 11:59:41 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 11:59:41 +0000
commitd8b9e434f5dc8f70d73414924759a8a98604bb09 (patch)
tree178364ac0bf69abea3725ea30389cc6e11253ad4 /tools
parentINTEGRATION: CWS os2port02 (1.23.30); FILE MERGED (diff)
downloadcore-d8b9e434f5dc8f70d73414924759a8a98604bb09.tar.gz
core-d8b9e434f5dc8f70d73414924759a8a98604bb09.zip
INTEGRATION: CWS os2port02 (1.3.68); FILE MERGED
2007/09/30 12:08:49 ydario 1.3.68.1: Issue number: i82034 Submitted by: ydario Reviewed by: ydario Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/bootstrp/command.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/inc/bootstrp/command.hxx b/tools/inc/bootstrp/command.hxx
index 8ccd16e89a9b..1cf78ddc3f2c 100644
--- a/tools/inc/bootstrp/command.hxx
+++ b/tools/inc/bootstrp/command.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: command.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2007-04-11 20:06:36 $
+ * last change: $Author: hr $ $Date: 2007-11-02 12:59:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -65,6 +65,9 @@ enum ExeType
#ifdef WNT
#define COMMAND_SHELL "4nt.exe"
#endif
+#ifdef OS2
+#define COMMAND_SHELL "4os2.exe"
+#endif
#ifdef UNX
#define COMMAND_SHELL "csh"
#endif