Fix shebangs (#992)

This commit is contained in:
DaKnig
2022-07-01 23:59:41 +03:00
committed by GitHub
parent 43ba7d0efb
commit 34bc650341
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
export LC_ALL=C

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
fname=$(mktemp)
for i in *.asm; do