[gtk-mac-bundler] Fix typo in launcher examples.



commit 77f0da6d5140a00bc8b392ab36982d1057a1926e
Author: John Ralls <jralls ceridwen us>
Date:   Fri May 20 15:33:44 2016 -0700

    Fix typo in launcher examples.
    
    Thanks to Friedrich Beckmann for catching it.

 examples/gtk3-launcher.sh |    3 +--
 examples/launcher.sh      |    2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/examples/gtk3-launcher.sh b/examples/gtk3-launcher.sh
index 9137ccb..89a1ca3 100755
--- a/examples/gtk3-launcher.sh
+++ b/examples/gtk3-launcher.sh
@@ -39,8 +39,7 @@ if [ `uname -r | cut -d . -f 1` -ge 10 ]; then
     export GTK_IM_MODULE_FILE="$bundle_etc/gtk-3.0/gtk.immodules"
 fi
 
-
-APP=name
+APP=$name
 I18NDIR="$bundle_data/locale"
 # Set the locale-related variables appropriately:
 unset LANG LC_MESSAGES LC_MONETARY LC_COLLATE
diff --git a/examples/launcher.sh b/examples/launcher.sh
index 11cd019..9212a21 100755
--- a/examples/launcher.sh
+++ b/examples/launcher.sh
@@ -39,7 +39,7 @@ export GDK_PIXBUF_MODULE_FILE="$bundle_lib/gdk-pixbuf-2.0/2.10.0/loaders.cache"
 export PANGO_LIBDIR="$bundle_lib"
 export PANGO_SYSCONFDIR="$bundle_etc"
 
-APP=name
+APP=$name
 I18NDIR="$bundle_data/locale"
 # Set the locale-related variables appropriately:
 unset LANG LC_MESSAGES LC_MONETARY LC_COLLATE


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