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 1c69974 commit d11327eCopy full SHA for d11327e
1 file changed
scripts/bundle-axe.sh
@@ -97,7 +97,7 @@ else
97
tar -xzf "axe-release.tar.gz"
98
99
# Find the extracted directory (might be named differently)
100
- EXTRACTED_DIR=$(find . -type d -name "*AXe*" -o -name "*axe*" | head -1)
+ EXTRACTED_DIR=$(find . -type d \( -name "*AXe*" -o -name "*axe*" \) | head -1)
101
if [ -z "$EXTRACTED_DIR" ]; then
102
# If no AXe directory found, assume files are in current directory
103
EXTRACTED_DIR="."
0 commit comments