From: Jim Meyering Date: Mon, 28 Jul 2008 09:48:22 +0000 (+0200) Subject: bootstrap: work also when there are no .po files in po/ X-Git-Tag: v7.0~115 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=662ce25d830adaa427608ea582688369c70639e2;p=thirdparty%2Fcoreutils.git bootstrap: work also when there are no .po files in po/ * bootstrap (update_po_files): Complete the change that I began in 7ba2dd808232cff3ee76aaceb97f4381c3c9cde4. --- diff --git a/bootstrap b/bootstrap index 56bdbc8676..6226973e86 100755 --- a/bootstrap +++ b/bootstrap @@ -273,7 +273,7 @@ update_po_files() { langs=`cd $ref_po_dir && echo *.po|sed 's/\.po//g'` test "$langs" = '*' && langs=x - for po in `cd $ref_po_dir && echo *.po|sed 's/\.po//g'`; do + for po in $langs; do case $po in x) continue;; esac new_po="$ref_po_dir/$po.po" cksum_file="$ref_po_dir/$po.s1"