Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008a0b4 commit adc95fcCopy full SHA for adc95fc
scripts/build/cardano-sl.sh
@@ -253,7 +253,7 @@ for prj in $to_build; do
253
# Building deps
254
sbuild="stack build --ghc-options=\"$ghc_opts\" $commonargs $norun --dependencies-only $args $prj"
255
echo -e "$sbuild\n"
256
- eval $sbuild 2>$1 \
+ eval $sbuild 2>&1 \
257
| sed -e "$xsed"
258
259
if [[ $no_code == true ]]; then
0 commit comments