From 132309de5226e4a6be4e087263a2c7318279ccd3 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 15 Jun 2014 12:16:36 +0200 Subject: [PATCH] scala: cosmetic fix for syntax highlighting in Emacs --- pkgs/development/compilers/scala/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/scala/default.nix b/pkgs/development/compilers/scala/default.nix index f4a5a7bade05..bd81e4c055d5 100644 --- a/pkgs/development/compilers/scala/default.nix +++ b/pkgs/development/compilers/scala/default.nix @@ -12,7 +12,7 @@ stdenv.mkDerivation rec { installPhase = '' mkdir -p $out - rm bin/*.bat + rm "bin/"*.bat mv * $out for p in $(ls $out/bin/) ; do