[gnome-ostree/wip/gjs] ostbuild-js.in: Use correct shell variable extensions



commit da0f84e4dde3bb172e80a2c7ab5a16191b0b13cf
Author: Colin Walters <walters verbum org>
Date:   Thu Dec 6 18:28:22 2012 -0500

    ostbuild-js.in: Use correct shell variable extensions
    
    Otherwise we just get a literal "LD_LIBRARY_PATH".

 src/ostbuild/ostbuild-js.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/ostbuild/ostbuild-js.in b/src/ostbuild/ostbuild-js.in
index 7011337..31c6bbc 100755
--- a/src/ostbuild/ostbuild-js.in
+++ b/src/ostbuild/ostbuild-js.in
@@ -4,8 +4,8 @@ jsdir= pkgdatadir@/js
 arg=$1
 shift
 
-export GI_TYPELIB_PATH="@pkglibdir@/girepository-1.0${GI_TYPELIB_PATH:+:GI_TYPELIB_PATH}"
-export LD_LIBRARY_PATH="@pkglibdir@/${LD_LIBRARY_PATH:+:LD_LIBRARY_PATH}"
+export GI_TYPELIB_PATH="@pkglibdir@/girepository-1.0${GI_TYPELIB_PATH:+:$GI_TYPELIB_PATH}"
+export LD_LIBRARY_PATH="@pkglibdir@/${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"
 # Don't auto-spawn a session bus
 export GIO_USE_VFS=local
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]