[PC-BSD Commits] r3260 - pbibuild/pbibuilder/scripts
svn at pcbsd.org
svn at pcbsd.org
Wed Jan 14 11:14:49 PST 2009
Author: kris
Date: 2009-01-14 11:14:47 -0800 (Wed, 14 Jan 2009)
New Revision: 3260
Modified:
pbibuild/pbibuilder/scripts/3.makepbi.sh
Log:
Fixed an errant ' causing a build problem
Modified: pbibuild/pbibuilder/scripts/3.makepbi.sh
===================================================================
--- pbibuild/pbibuilder/scripts/3.makepbi.sh 2009-01-14 18:49:04 UTC (rev 3259)
+++ pbibuild/pbibuilder/scripts/3.makepbi.sh 2009-01-14 19:14:47 UTC (rev 3260)
@@ -245,8 +245,8 @@
cp -R /usr/local/share/themes ${PBIDIR}/share/ >/dev/null 2>/dev/null
fi
-# Touch our .mdate file, with the date of the PBI's build
-date "+%Y%m%d %H%M%S">${PBIDIR}/.mdate
+# Touch our .mdate file, with the date of the PBIs build
+date "+%Y%m%d %H%M%S" >${PBIDIR}/.mdate
# Now run creation of PBI file:
More information about the Commits
mailing list