Index: /trunk/Nebulous-Server/bin/neb-admin
===================================================================
--- /trunk/Nebulous-Server/bin/neb-admin	(revision 31639)
+++ /trunk/Nebulous-Server/bin/neb-admin	(revision 31640)
@@ -438,6 +438,6 @@
     # use a different exit status if we hit the limit (likely more files pending)
     print STDERR "Which exit: $Npending $limit\n";
-    # This is a better way to do this.
-    if ($Npending == 0) {
+    # This is a better way to do this. This should be even better-er.
+    if ($Npending < $limit) {
 	exit 0;
     }
