build: Avoid brace expansion in `nix/sync-with-upstream'.

* nix/sync-with-upstream: Avoid brace expansion, for the sake of Dash.
This commit is contained in:
Andreas Enge 2012-12-14 11:47:09 +01:00 committed by Ludovic Courtès
parent e1b7096acd
commit 0d12bea306
1 changed files with 2 additions and 1 deletions

View File

@ -61,7 +61,8 @@ do
fi
done
cp -v "$top_srcdir/nix-upstream/"{COPYING,AUTHORS} "$top_srcdir/nix"
cp -v "$top_srcdir/nix-upstream/COPYING" "$top_srcdir/nix"
cp -v "$top_srcdir/nix-upstream/AUTHORS" "$top_srcdir/nix"
# Substitutions.
sed -i "$top_srcdir/nix/libstore/gc.cc" \