~ruther/guix-local

0d12bea3067da11ba3e2b9edf54d83cfc6b7b478 — Andreas Enge 13 years ago e1b7096
build: Avoid brace expansion in `nix/sync-with-upstream'.

* nix/sync-with-upstream: Avoid brace expansion, for the sake of Dash.
1 files changed, 2 insertions(+), 1 deletions(-)

M nix/sync-with-upstream
M nix/sync-with-upstream => nix/sync-with-upstream +2 -1
@@ 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"					\