Use the nix provided shell.

This is guaranteed to be bash, SmartOS has ksh by
 default and doesn't work.
This commit is contained in:
Danny Wilson 2013-12-21 13:48:06 +01:00 committed by Danny Wilson
parent cc86857601
commit d50d14d55f

View File

@ -6,7 +6,7 @@ source $stdenv/setup
header "exporting $url (rev $rev) into $out"
$fetcher --builder --url "$url" --out "$out" --rev "$rev" \
$SHELL $fetcher --builder --url "$url" --out "$out" --rev "$rev" \
${leaveDotGit:+--leave-dotGit} \
${deepClone:+--deepClone} \
${fetchSubmodules:+--fetch-submodules} \