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:
parent
e1b7096acd
commit
0d12bea306
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user