CI: build.sh: rm empty args from nix-build

M  build.sh
This commit is contained in:
Anton-Latukha 2020-06-01 18:38:57 +03:00
parent 82f9c9b7fe
commit a214c74e02
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 2 additions and 4 deletions

View File

@ -109,8 +109,7 @@ if [ "$GHCVERSION" = "ghcjs" ]
--arg buildStackProject "$buildStackProject" \
"$generateOptparseApplicativeCompletion" \
--arg allowInconsistentDependencies "$allowInconsistentDependencies" \
ghcjs \
"$@"
ghcjs
else
@ -134,8 +133,7 @@ if [ "$GHCVERSION" = "ghcjs" ]
--arg disableOptimization "$disableOptimization" \
--arg buildStackProject "$buildStackProject" \
"$generateOptparseApplicativeCompletion" \
--arg allowInconsistentDependencies "$allowInconsistentDependencies" \
"$@"
--arg allowInconsistentDependencies "$allowInconsistentDependencies"
fi
}