mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-10 06:16:43 +08:00
Fix missing +x with new cabal and use previous release deps for caching
This commit is contained in:
@@ -6,7 +6,7 @@ cabal() {
|
||||
set -xe
|
||||
{
|
||||
tar xzv --strip-components=1
|
||||
./striptests
|
||||
chmod +x striptests && ./striptests
|
||||
mkdir "$TARGETNAME"
|
||||
cabal update
|
||||
( IFS=';'; cabal build $CABALOPTS )
|
||||
|
Reference in New Issue
Block a user