forked from lix-project/lix
* Ugly hack to make `nix-channel' work on Cygwin.
This commit is contained in:
parent
e839802720
commit
3ce5f07793
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue