Skip to content

Commit 74de2cf

Browse files
committed
fix overly specific shell usage
1 parent aa5d326 commit 74de2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fi
1717

1818
VARIANT_OVERRIDE="${JSC_NDK_VARIANT:-}"
1919

20-
variant_output=$(node /dev/stdin "$ROOTDIR" "$VARIANT_OVERRIDE" "$SOURCE_PROPERTIES_PATH" <<'NODE'
20+
variant_output=$(node - "$ROOTDIR" "$VARIANT_OVERRIDE" "$SOURCE_PROPERTIES_PATH" <<'NODE'
2121
const fs = require('fs');
2222
const path = require('path');
2323

0 commit comments

Comments
 (0)