From 5ff34bac8ce3e8fb6d617cb9ceb5419d4526ef55 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 26 Jan 2016 14:03:06 +0100 Subject: [PATCH] build-support/source-tarball.nix: fix syntax highlighting in Emacs --- pkgs/build-support/release/source-tarball.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/build-support/release/source-tarball.nix b/pkgs/build-support/release/source-tarball.nix index b50077975c1f..376cd0e1d154 100644 --- a/pkgs/build-support/release/source-tarball.nix +++ b/pkgs/build-support/release/source-tarball.nix @@ -66,7 +66,7 @@ stdenv.mkDerivation ( KEEPBUILDDIR="$out/`basename $TMPDIR`" header "Copying build directory to $KEEPBUILDDIR" mkdir -p $KEEPBUILDDIR - cp -R $TMPDIR/* $KEEPBUILDDIR + cp -R "$TMPDIR/"* $KEEPBUILDDIR stopNest fi fi