Index: locker/sbin/propose-update
===================================================================
--- locker/sbin/propose-update	(revision 981)
+++ locker/sbin/propose-update	(revision 1025)
@@ -50,5 +50,5 @@
   my @files=`athrun scripts gfind . -mindepth 1 -maxdepth 1 | grep -v .admin`;
   if (@files <= 1) {
-    `athrun scripts gfind . -mindepth 2 -maxdepth 2 | xargs -I{} mv \{} .`;
+    `athrun scripts gfind . -mindepth 2 -maxdepth 2 -exec mv \{} . \;`;
     rmdir($files[0]);
   }
