Skip to content

Commit

Permalink
Use simplest sh form of redirect without | and space after before fil…
Browse files Browse the repository at this point in the history
…ename

to hopefully become compatible with windows environment
  • Loading branch information
yarikoptic committed Apr 26, 2024
1 parent 705bc16 commit de9892f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate_datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
pushd ..
git clone --depth 1 https://github.com/bids-standard/bids-validator
echo -e '#!/bin/sh\n'"$PWD/bids-validator/bids-validator/bids-validator-deno \"\$@\"" >| /usr/local/bin/bids-validator
echo -e '#!/bin/sh\n'"$PWD/bids-validator/bids-validator/bids-validator-deno \"\$@\"" >/usr/local/bin/bids-validator
chmod a+x /usr/local/bin/bids-validator
which -a bids-validator
bids-validator --version
Expand Down

0 comments on commit de9892f

Please sign in to comment.