mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-28 06:05:56 +03:00
9 lines
182 B
Plaintext
9 lines
182 B
Plaintext
|
./gen_expected.sh
|
||
|
|
||
|
export IDRIS2_PACKAGE_PATH=$IDRIS2_PREFIX/$NAME_VERSION
|
||
|
export IDRIS2_PREFIX=$(pwd)/currently/nonexistent/dir/
|
||
|
|
||
|
$1 --install ./testpkg.ipkg
|
||
|
|
||
|
rm -r build currently
|