mirror of
https://github.com/pmret/papermario.git
synced 2024-11-23 21:59:46 +00:00
use bash rather than sh in scripts
This commit is contained in:
parent
91d2819d6f
commit
7ea15f8f8a
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
COMPILER_OPTS="-fno-builtin -std=gnu89 -Iinclude -Isrc -D_LANGUAGE_C"
|
||||
|
||||
shopt -s globstar
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
# Ubuntu
|
||||
if command -v apt-install &> /dev/null; then
|
||||
|
Loading…
Reference in New Issue
Block a user