[PC-BSD Commits] r999 - in pcbsd/trunk: PBIsource PBItext
svn at pcbsd.org
svn at pcbsd.org
Wed Dec 12 05:30:49 PST 2007
Author: kris
Date: 2007-12-12 05:30:49 -0800 (Wed, 12 Dec 2007)
New Revision: 999
Modified:
pcbsd/trunk/PBIsource/pbi.ui.h
pcbsd/trunk/PBItext/main.cpp
Log:
Fixed missing \" related to previous commit for PBI installers
Modified: pcbsd/trunk/PBIsource/pbi.ui.h
===================================================================
--- pcbsd/trunk/PBIsource/pbi.ui.h 2007-12-12 13:27:54 UTC (rev 998)
+++ pcbsd/trunk/PBIsource/pbi.ui.h 2007-12-12 13:30:49 UTC (rev 999)
@@ -544,7 +544,7 @@
stream2 << "#!/bin/sh\n";
stream2 << "# Auto-Generated by PC-BSD\n";
stream2 << "PATH=\"/Programs/" + ProgDirName + "/bin:$PATH\"; export PATH\n";
- stream2 << "LANG=\"`grep ^Language= ~/.kde/share/config/kdeglobals | cut -d "=" -f2`\"; export LANG\n";
+ stream2 << "LANG=\"`grep ^Language= ~/.kde/share/config/kdeglobals | cut -d \"=\" -f2`\"; export LANG\n";
if ( LibDir == "Auto")
{
Modified: pcbsd/trunk/PBItext/main.cpp
===================================================================
--- pcbsd/trunk/PBItext/main.cpp 2007-12-12 13:27:54 UTC (rev 998)
+++ pcbsd/trunk/PBItext/main.cpp 2007-12-12 13:30:49 UTC (rev 999)
@@ -502,7 +502,7 @@
stream2 << "#!/bin/sh\n";
stream2 << "# Auto-Generated by PC-BSD\n";
stream2 << "PATH=\"/Programs/" + ProgDirName + "/bin:$PATH\"; export PATH\n";
- stream2 << "LANG=\"`grep ^Language= ~/.kde/share/config/kdeglobals | cut -d "=" -f2`\"; export LANG\n";
+ stream2 << "LANG=\"`grep ^Language= ~/.kde/share/config/kdeglobals | cut -d \"=\" -f2`\"; export LANG\n";
if ( LibDir == "Auto")
{
More information about the Commits
mailing list