summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-07-28 20:40:23 +0200
committerJim Meyering <meyering@redhat.com>2008-07-28 20:40:23 +0200
commitce836ae4b21cb4b3b6b34c0c0e252cea4c0d2688 (patch)
tree8ebebdfb946263679a68e399804e268c3cc07470 /build-aux
parent27235dac13db81504b23c00e3e7429f8404057dd (diff)
downloadgnulib-ce836ae4b21cb4b3b6b34c0c0e252cea4c0d2688.tar.gz
bootstrap: work also when there are no .po files in po/
* build-aux/bootstrap (update_po_files): Complete the change that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/bootstrap b/build-aux/bootstrap
index 9a85762014..5295ecc845 100755
--- a/build-aux/bootstrap
+++ b/build-aux/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"