summaryrefslogtreecommitdiff
path: root/odk/configure.pl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-17 10:50:53 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-17 10:50:53 +0000
commitf97a54c041a6c2730142b260343db010d13ce2e0 (patch)
tree184dad25e5fe771f7bb2ecdbc235667d9d00c1c2 /odk/configure.pl
parent990f07cd395dcacf30ff461652a3430dd89f1531 (diff)
INTEGRATION: CWS sdk12bugfix (1.6.30); FILE MERGED
2004/02/27 11:13:13 jsc 1.6.30.1: #i25554# correct output
Diffstat (limited to 'odk/configure.pl')
-rw-r--r--odk/configure.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/configure.pl b/odk/configure.pl
index cfff760cc1a0..b1978322a4af 100644
--- a/odk/configure.pl
+++ b/odk/configure.pl
@@ -296,9 +296,9 @@ close FILEIN;
close FILEOUT;
chmod 0755, "$main::currentWorkingDir/setsdkenv_unix";
-print "\n... \"setsdkenv_windows.bat\" batch file has been prepared.\n";
+print "\n... \"setsdkenv_unix\" script file has been prepared.\n";
print "For each time you want to use this configured SDK environment,\n";
-print "you have to run the \"setsdkenv_unix\" file in a new shell!\n\n";
+print "you have to run the \"setsdkenv_unix\" script in a new shell!\n\n";
exit $return;