Skip to content

Commit

Permalink
FIXUP quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Jun 11, 2024
1 parent a206252 commit cf3ba34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ jobs:
set -x
set -o pipefail
# wine now needs the file extension on the executable when specified by path
EXE="$1".exe
EXE="\$1".exe
shift
ls -l "$EXE"
ls -l "\$EXE"
# Show all errors except for the ones about querying the display
WINEDEBUG=-all,err+all,-winediag,-systray wine "\$EXE" "\$@" |& dos2unix
EOF
Expand Down

0 comments on commit cf3ba34

Please sign in to comment.