Skip to content

Commit

Permalink
wasm.sh: use /usr/bin/env for portability
Browse files Browse the repository at this point in the history
  • Loading branch information
sguimmara committed Feb 10, 2025
1 parent 49e0b87 commit d4e169e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/wasm.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

# This script generates:
# The actual WASM:
Expand Down

0 comments on commit d4e169e

Please sign in to comment.