Skip to content

Commit 0e95c53

Browse files
committed
scripts: build_qemu: Fix typo
Shebang Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent ab5d824 commit 0e95c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_qemu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#/usr/bin/env bash
1+
#!/usr/bin/env bash
22

33
set -e
44

0 commit comments

Comments
 (0)