mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
b9001439b3
This reverts commit 51f952714d
.
16 lines
379 B
Plaintext
Executable File
16 lines
379 B
Plaintext
Executable File
if [ "$OS" = "windows" ]; then
|
|
MY_PWD="$(cygpath -m "$(pwd)")\\\\"
|
|
else
|
|
MY_PWD="$(pwd)/"
|
|
fi
|
|
|
|
MY_PWD="${MY_PWD}" ./gen_expected.sh
|
|
|
|
export IDRIS2_PACKAGE_PATH=$IDRIS2_PREFIX/$NAME_VERSION
|
|
export IDRIS2_PREFIX=${MY_PWD}currently/nonexistent/dir/
|
|
|
|
$1 --install ./testpkg.ipkg
|
|
|
|
# ../ is there for some extra safety for using rm -rf
|
|
rm -rf ../pkg010/build ../pkg010/currently
|