lol

cabal: cosmetic fix to syntax highlighting in Emacs

+1 -1
+1 -1
pkgs/build-support/cabal/default.nix
··· 265 265 fi 266 266 267 267 ${optionalString (self.enableSharedExecutables && self.isExecutable && self.stdenv.isDarwin) '' 268 - for exe in $out/bin/* ; do 268 + for exe in "$out/bin/"* ; do 269 269 install_name_tool -add_rpath \ 270 270 $out/lib/${ghc.ghc.name}/${self.pname}-${self.version} $exe 271 271 done