mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 18:21:47 +03:00
9 lines
182 B
Plaintext
Executable File
9 lines
182 B
Plaintext
Executable File
./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
|