From 8ad460c54ce66aa0900cf872d9ebfacf0c03f9da Mon Sep 17 00:00:00 2001 From: Doug Freed Date: Sat, 17 Dec 2016 18:41:02 +0000 Subject: Fix typos Fixes #99 --- etc/rc.shutdown.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.shutdown.in') diff --git a/etc/rc.shutdown.in b/etc/rc.shutdown.in index b85a962c..de3e09b9 100644 --- a/etc/rc.shutdown.in +++ b/etc/rc.shutdown.in @@ -14,7 +14,7 @@ trap : SIGINT SIGQUIT # Try and use stuff in /lib over anywhere else so we can shutdown # local mounts correctly. -LD_LIBRARY_PATH="/lib${LD_LIBRARY_PATH:+:}${LDLIBRARY_PATH}" ; export LD_LIBRARY_PATH +LD_LIBRARY_PATH="/lib${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}" ; export LD_LIBRARY_PATH # If $TERM is not set then assume default of @TERM@ # This gives us a nice colour boot :) -- cgit v1.2.3