Index: /tags/ipp-20110505/Nebulous-Server/bin/neb-admin
===================================================================
--- /tags/ipp-20110505/Nebulous-Server/bin/neb-admin	(revision 31640)
+++ /tags/ipp-20110505/Nebulous-Server/bin/neb-admin	(revision 31641)
@@ -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;
     }
