We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd939a commit 5bb1bd9Copy full SHA for 5bb1bd9
.github/workflows/l10n.yml
@@ -502,7 +502,7 @@ jobs:
502
503
# Find where coreutils was actually installed
504
echo "Searching for coreutils binary in installation directory..."
505
- COREUTILS_BIN=$(find "$INSTALL_DIR" -name "coreutils" -type f 2>/dev/null | head -1)
+ COREUTILS_BIN=$(find "$INSTALL_DIR" -name "coreutils" -type f -executable 2>/dev/null | head -1)
506
if [ -n "$COREUTILS_BIN" ]; then
507
echo "Found coreutils at: $COREUTILS_BIN"
508
export COREUTILS_BIN
0 commit comments