diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-05 01:20:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-05 01:20:54 +0100 |
| commit | ebfc0bb5a975df1f18603d703bb88c61a5b8ce15 (patch) | |
| tree | 5708d53ef1459902766f2e95919bee9afdd78451 | |
| parent | b2cac94b92659a6612e8e536ff9ce5c86d372742 (diff) | |
Try to make tests more locale-independent.
| -rwxr-xr-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ rm -f $work/info2.log rm -rf $work/private mkdir $work/private cp -r $private/* $work/private -for d in `find $work/private/metadata -mindepth 1 -maxdepth 1 -type d | sort`; do +for d in `find $work/private/metadata -mindepth 1 -maxdepth 1 -type d | sort -fd`; do if [ `basename $d` != ".git" ]; then $work/rewrite_subs $d $dcpinfo -s $d >> $work/info2.log |
