From 3ce5f07793c22c95ebc8b0ddc9b105f5e72623f7 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 2 Feb 2010 17:01:16 +0000 Subject: * Ugly hack to make `nix-channel' work on Cygwin. --- corepkgs/channels/unpack.sh.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'corepkgs') diff --git a/corepkgs/channels/unpack.sh.in b/corepkgs/channels/unpack.sh.in index b1119f937cd3..fc85e4ad2e27 100644 --- a/corepkgs/channels/unpack.sh.in +++ b/corepkgs/channels/unpack.sh.in @@ -1,5 +1,8 @@ #! @shell@ -e +# Cygwin compatibility hack: bunzip2 expects cygwin.dll in $PATH. +export PATH=@coreutils@ + @coreutils@/mkdir $out @coreutils@/mkdir $out/tmp cd $out/tmp -- cgit 1.4.1