mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ do
|
||||||
fi
|
fi
|
||||||
done
|
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.
|
# Substitutions.
|
||||||
sed -i "$top_srcdir/nix/libstore/gc.cc" \
|
sed -i "$top_srcdir/nix/libstore/gc.cc" \
|
||||||
|
|
Loading…
Reference in a new issue