diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-05 00:58:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-05 00:58:24 +0100 |
| commit | b2cac94b92659a6612e8e536ff9ce5c86d372742 (patch) | |
| tree | 3c6b72c231d6051a985c1fe7440421ae94fa35ae | |
| parent | 42ba2606e30c5a7f13e5a06304a1a97769f8edf5 (diff) | |
Try again.
| -rwxr-xr-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ fi # Run dcpinfo on all the DCPs in private/metadata, writing $work/info.log rm -f $work/info.log -for d in `find $private/metadata -mindepth 1 -maxdepth 1 -type d | sort -f`; do +for d in `find $private/metadata -mindepth 1 -maxdepth 1 -type d | sort -fd`; do if [ `basename $d` != ".git" ]; then $dcpinfo -s $d >> $work/info.log if [ "$?" != "0" ]; then |
