Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit adc95fc

Browse files
committed
[CSL-1894] Fix
1 parent 008a0b4 commit adc95fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build/cardano-sl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ for prj in $to_build; do
253253
# Building deps
254254
sbuild="stack build --ghc-options=\"$ghc_opts\" $commonargs $norun --dependencies-only $args $prj"
255255
echo -e "$sbuild\n"
256-
eval $sbuild 2>$1 \
256+
eval $sbuild 2>&1 \
257257
| sed -e "$xsed"
258258

259259
if [[ $no_code == true ]]; then

0 commit comments

Comments
 (0)