From 700426d3ab40fa9c1e1bb80fe559b0e03ea1f8de Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 23 Apr 2016 22:34:38 +1000 Subject: [PATCH] Fixed typo in starttde script. This resolves bug 2641. Signed-off-by: Michele Calgaro --- starttde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starttde b/starttde index 0465f219e..7c9d09070 100755 --- a/starttde +++ b/starttde @@ -581,7 +581,7 @@ if [ "$TGTK_PRELOAD" != "" ]; then elif [ -e /usr/lib/libnspr4.so ]; then TGTK_NSPR_PRELOAD="/usr/lib/libnspr4.so:" fi - export LD_PRELOAD=$TGTK_PRELOAD:$KGTK_NSPR_PRELOAD$LD_PRELOAD + export LD_PRELOAD=$TGTK_PRELOAD:$TGTK_NSPR_PRELOAD$LD_PRELOAD fi # We run mkfontdir on the user's font dirs (if we have permission) to pick