[26692] in Source-Commits
/svn/athena r25694 - trunk/debathena/scripts
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Fri Aug 3 13:09:38 2012
Date: Fri, 3 Aug 2012 13:08:43 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201208031708.q73H8hmv001380@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2012-08-03 13:08:42 -0400 (Fri, 03 Aug 2012)
New Revision: 25694
Modified:
trunk/debathena/scripts/damove
Log:
"then" does not terminate "if" blocks
Modified: trunk/debathena/scripts/damove
===================================================================
--- trunk/debathena/scripts/damove 2012-08-03 02:28:00 UTC (rev 25693)
+++ trunk/debathena/scripts/damove 2012-08-03 17:08:42 UTC (rev 25694)
@@ -27,5 +27,5 @@
fi
if hash zwrite 2>/dev/null; then
zwrite -d -c debathena -i apt -m "Moved $pkg from $old_suffix to ${new_suffix:-production}"
- then
+ fi
done