Skip to content

Commit 9b94142

Browse files
Copilotpelikhan
andcommitted
Use POSIX-compliant redirection for better shell compatibility
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent 8457b87 commit 9b94142

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
set +e
5858
5959
# Cross-platform timeout implementation
60-
if command -v timeout &> /dev/null; then
60+
if command -v timeout > /dev/null 2>&1; then
6161
# Linux has timeout command
6262
timeout 10s ./install-gh-aw.sh v999.999.999 2>&1 | tee install-output.log || true
6363
else

0 commit comments

Comments
 (0)