Skip to content

Commit

Permalink
ci: try to silence chicken install.
Browse files Browse the repository at this point in the history
  • Loading branch information
Amirouche committed Mar 24, 2022
1 parent 55b080b commit 2c7fa6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/bin/scheme-live-chicken
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ scheme-live-chicken-install () {

scheme-live-chicken-run () {
set -x
PATH=$SCHEME_LIVE_PREFIX/opt/live/chicken/bin:$PATH chicken-install > /dev/null
PATH=$SCHEME_LIVE_PREFIX/opt/live/chicken/bin:$PATH chicken-install 2> /dev/null
PATH=$SCHEME_LIVE_PREFIX/opt/live/chicken/bin:$PATH csi -quiet -batch -no-warnings -R r7rs $1
}

Expand Down

0 comments on commit 2c7fa6e

Please sign in to comment.