diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-22 13:07:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-22 13:07:41 +0100 |
commit | 0af1d19d89ae0effb78b3ab8f5e36ce23467c849 (patch) | |
tree | 05be856fda721c39babb4aaa14eb6ab3cf598b9d /Makefile.in | |
parent | 9574f268a838690811bce7eb3fdb2020bb8fe6cc (diff) |
tweak this for some paranoid bash settings
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 9cb63554835e..fd7131a4eaf7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -108,7 +108,7 @@ dev-install: echo open install/LibreOffice.app; \ else \ echo "cd @abs_builddir@/install/program" && \ - echo ". ooenv" && \ + echo ". ./ooenv" && \ echo "./soffice.bin"; \ fi |