summaryrefslogtreecommitdiff
path: root/odk/configure.pl
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2003-08-18 14:06:43 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2003-08-18 14:06:43 +0000
commit34eb01b93c6e40681854a7ee359c3f323f8cc0e2 (patch)
treec467385bef494b733b7e61d8724be1c8337afe3d /odk/configure.pl
parentd7daa62de6b12e60dd8b8305911c63eb99ed7553 (diff)
INTEGRATION: CWS geordi2q01 (1.4.14); FILE MERGED
2003/08/18 12:59:45 hr 1.4.14.1: #i18350#: join changes from CWS ooo11rc3
Diffstat (limited to 'odk/configure.pl')
-rw-r--r--odk/configure.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/configure.pl b/odk/configure.pl
index 5176cf2f0a26..ad087a69b6b4 100644
--- a/odk/configure.pl
+++ b/odk/configure.pl
@@ -14,7 +14,7 @@ $main::OO_SDK_HOME = "";
$main::OO_SDK_HOME_SUGGESTION = $main::currentWorkingDir;
$main::OFFICE_HOME = "";
-$main::OFFICE_HOME_SUGGESTION=`egrep "=file://" \$HOME/.sversionrc | tr -d \\\r | head -1 | sed -e 's#.*=file://##'`;
+$main::OFFICE_HOME_SUGGESTION=`egrep "=file://" \$HOME/.sversionrc | tr -d \\\r | head -n 1 | sed -e 's#.*=file://##'`;
chop ($main::OFFICE_HOME_SUGGESTION);
$main::OO_SDK_MAKE_HOME = "";