Changeset 1025


Ignore:
Timestamp:
Mar 25, 2009, 4:57:48 PM (15 years ago)
Author:
quentin
Message:
xargs doesn't have -I everywhere
File:
1 edited

Legend:

Unmodified
Added
Removed
  • locker/sbin/propose-update

    r747 r1025  
    5050  my @files=`athrun scripts gfind . -mindepth 1 -maxdepth 1 | grep -v .admin`;
    5151  if (@files <= 1) {
    52     `athrun scripts gfind . -mindepth 2 -maxdepth 2 | xargs -I{} mv \{} .`;
     52    `athrun scripts gfind . -mindepth 2 -maxdepth 2 -exec mv \{} . \;`;
    5353    rmdir($files[0]);
    5454  }
Note: See TracChangeset for help on using the changeset viewer.