summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-06-06 10:48:32 +0200
committerPeter Simons <simons@cryp.to>2013-06-06 10:48:58 +0200
commit243a51b82d83fc975db605ccab9113f761019a67 (patch)
tree894d736ac031ab2f09fc9fb53c152e7cac1d5ff6 /pkgs
parentc65a3e198c0ea1ad945969aa61185a046728cb83 (diff)
downloadnixpkgs-243a51b82d83fc975db605ccab9113f761019a67.tar
nixpkgs-243a51b82d83fc975db605ccab9113f761019a67.tar.gz
nixpkgs-243a51b82d83fc975db605ccab9113f761019a67.tar.bz2
nixpkgs-243a51b82d83fc975db605ccab9113f761019a67.tar.lz
nixpkgs-243a51b82d83fc975db605ccab9113f761019a67.tar.xz
nixpkgs-243a51b82d83fc975db605ccab9113f761019a67.tar.zst
nixpkgs-243a51b82d83fc975db605ccab9113f761019a67.zip
heimdal: cosmetic to make syntax highlightig happy
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/kerberos/heimdal.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/kerberos/heimdal.nix b/pkgs/development/libraries/kerberos/heimdal.nix
index 19d4a7893f2..b0a5ecedcc6 100644
--- a/pkgs/development/libraries/kerberos/heimdal.nix
+++ b/pkgs/development/libraries/kerberos/heimdal.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
   ];
   # dont succeed with --libexec=$out/sbin, so
   postInstall = ''
-    mv $out/libexec/* $out/sbin/
+    mv "$out/libexec/"* $out/sbin/
     rmdir $out/libexec
   '';