From b9921ab08abe3e425de80dadde66048a861efaa6 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 1 May 2014 12:58:30 +0200 Subject: [PATCH] ledger-3.0.nix: cosmetic fix of syntax highlighting in Emacs --- pkgs/applications/office/ledger/3.0.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/office/ledger/3.0.nix b/pkgs/applications/office/ledger/3.0.nix index 44cf87b7929..21f77ea1ea4 100644 --- a/pkgs/applications/office/ledger/3.0.nix +++ b/pkgs/applications/office/ledger/3.0.nix @@ -22,7 +22,7 @@ stdenv.mkDerivation { # broken in ledger... postInstall = '' mkdir -p $out/share/emacs/site-lisp/ - cp -v $src/lisp/*.el $out/share/emacs/site-lisp/ + cp -v "$src/lisp/"*.el $out/share/emacs/site-lisp/ ''; meta = {