[debian-edu-commits] r83483 - trunk/src/build/CD-administrator
pere at alioth.debian.org
pere at alioth.debian.org
Mon Jul 7 21:09:01 UTC 2014
Author: pere
Date: 2014-07-07 21:09:01 +0000 (Mon, 07 Jul 2014)
New Revision: 83483
Modified:
trunk/src/build/CD-administrator/patch-debian-cd
Log:
Typo.
Modified: trunk/src/build/CD-administrator/patch-debian-cd
===================================================================
--- trunk/src/build/CD-administrator/patch-debian-cd 2014-07-06 21:24:46 UTC (rev 83482)
+++ trunk/src/build/CD-administrator/patch-debian-cd 2014-07-07 21:09:01 UTC (rev 83483)
@@ -52,7 +52,7 @@
git clone $gitpath debian-cd.unpatched.$svntarget
(cd debian-cd.unpatched.$svntarget; git checkout $gitrev)
else
- if [ "master = "$gitrev" ] ; then
+ if [ "master" = "$gitrev" ] ; then
(cd debian-cd.unpatched.$svntarget; git fetch; git checkout $gitrev; git pull)
else
(cd debian-cd.unpatched.$svntarget; git fetch; git checkout $gitrev)
More information about the debian-edu-commits
mailing list