Changeset 338


Ignore:
Timestamp:
Jun 1, 2007, 4:46:04 PM (17 years ago)
Author:
andersk
Message:
Use find -exec instead of find | xargs, and "$@" instead of $@.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • locker/bin/fssar

    r127 r338  
    11#!/bin/sh
    22
    3 athrun scripts gfind . -type d -print | xargs -i@ fs sa -dir @ -acl $@
     3athrun scripts gfind . -type d -exec fs sa -dir {} -acl "$@" \;
Note: See TracChangeset for help on using the changeset viewer.