* Ugly hack to make `nix-channel' work on Cygwin.

This commit is contained in:
Eelco Dolstra 2010-02-02 17:01:16 +00:00
parent e839802720
commit 3ce5f07793
1 changed files with 3 additions and 0 deletions

View File

@ -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