[PC-BSD Commits] r627 - pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin
svn at pcbsd.org
svn at pcbsd.org
Mon Aug 27 14:49:28 PDT 2007
Author: kris
Date: 2007-08-27 14:49:28 -0700 (Mon, 27 Aug 2007)
New Revision: 627
Modified:
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/rundetect.sh
Log:
Make sure the XGUI tool runs in the right language by sourcing our PCBSDLANG
file
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/rundetect.sh
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/rundetect.sh 2007-08-27 21:43:51 UTC (rev 626)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/bin/rundetect.sh 2007-08-27 21:49:28 UTC (rev 627)
@@ -16,6 +16,9 @@
# Set the log file location
XLOG="/PCBSD/tmp/xsetup.log" ; export XLOG
+# Source the language version
+. /PCBSD/LANGS/PCBSDLANG
+
###############################################################################
# Start the script now
More information about the Commits
mailing list