diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2016-04-23 22:34:38 +1000 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2016-04-23 22:34:38 +1000 |
commit | 700426d3ab40fa9c1e1bb80fe559b0e03ea1f8de (patch) | |
tree | 6f2691605106d7ed2b3c6c3f9acd9cc17f9ab62d /starttde | |
parent | 696cded096e34264846fc5d2d505f74ad1ee4143 (diff) | |
download | tdebase-700426d3ab40fa9c1e1bb80fe559b0e03ea1f8de.tar.gz tdebase-700426d3ab40fa9c1e1bb80fe559b0e03ea1f8de.zip |
Fixed typo in starttde script. This resolves bug 2641.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'starttde')
-rwxr-xr-x | starttde | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |