mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
10 lines
185 B
Plaintext
10 lines
185 B
Plaintext
|
if [ "$OS" = "windows" ]; then
|
||
|
MY_PWD="$(cygpath -m "$(pwd)")\\\\"
|
||
|
else
|
||
|
MY_PWD="$(pwd)/"
|
||
|
fi
|
||
|
|
||
|
MY_PWD="${MY_PWD}" ./gen_expected.sh
|
||
|
|
||
|
$1 --build test.ipkg --log package.depends:10
|