[PC-BSD Commits] r18420 - pcbsd/current/src-sh/pc-su
svn at pcbsd.org
svn at pcbsd.org
Mon Aug 13 07:07:29 PDT 2012
Author: kris
Date: 2012-08-13 14:07:29 +0000 (Mon, 13 Aug 2012)
New Revision: 18420
Modified:
pcbsd/current/src-sh/pc-su/pc-su
Log:
Don't need "" for qsu
Modified: pcbsd/current/src-sh/pc-su/pc-su
===================================================================
--- pcbsd/current/src-sh/pc-su/pc-su 2012-08-13 13:46:55 UTC (rev 18419)
+++ pcbsd/current/src-sh/pc-su/pc-su 2012-08-13 14:07:29 UTC (rev 18420)
@@ -8,7 +8,7 @@
# Try qsu first, should always be the default
which qsu >/dev/null 2>/dev/null
if [ $? -eq 0 ] ; then
- qsu "$VARS"
+ qsu $VARS
exit $?
fi
More information about the Commits
mailing list