bin/run |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 21cf443235bf6579959988edee325e8332a42f9f
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Tue Nov 18 15:37:38 2014 +0100

    No need to cd into instdir/program
    
    (and it is confusing if you pass a relative pathname argument to the program
    you call via bin/run)
    
    Change-Id: If8baef6d76e1f9ad7e5f2d361bd9b93fcbb76f7a

diff --git a/bin/run b/bin/run
index 35504e2..dffa9cf 100755
--- a/bin/run
+++ b/bin/run
@@ -48,7 +48,6 @@ echo "setting URE_BOOTSTRAP to: ${URE_BOOTSTRAP}"
 echo "setting search path to: ${LD_LIBRARY_PATH}"
 echo "execing: ${exedir}/$1"
 
-cd "${dir}"/instdir/program
 exec "${exedir}"/$@
 
 fi
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to