Skip to content

Commit

Permalink
Update scripts-testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Oct 13, 2024
1 parent 844512e commit cde0972
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/scripts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,18 +82,17 @@ jobs:
if command 1> /dev/null -v 'choco'; then choco 1> /dev/null install 'busybox' -y --no-progress; fi
echo '---'
command -v ksh || echo $?
brew 1> /dev/null install --quiet --HEAD 'ksh93'
echo '---'
brew 1> /dev/null install --HEAD ksh93
echo '---'
command -v ksh || echo $?
command -v ksh93 || echo $?
echo '---'
realpath /bin/ksh
realpath /opt/homebrew/bin/ksh
realpath /opt/homebrew/bin/ksh93
echo '---'
brew 2> /dev/null info 'ksh' | head -n 1 && echo " - 1" || echo " - $?"
brew 2> /dev/null info 'ksh93' | head -n 1 && echo " - 1" || echo " - $?"
brew 2> /dev/null info 'ksh93' | head -n 1 | grep -m 1 -F -e 'ksh93' | cut -d ':' -f '2-' -s && echo " - 1" || echo " - $?"
NO_COLOR=1 brew 2> /dev/null info 'ksh93' | head -n 1 && echo " - 1" || echo " - $?"
NO_COLOR=1 brew 2> /dev/null info 'ksh93' | head -n 1 | grep -m 1 -F -e 'ksh93:' | cut -d ':' -f '2-' -s && echo " - 1" || echo " - $?"
echo '---'
#
not_already_excuted()
Expand Down

0 comments on commit cde0972

Please sign in to comment.