Don't assume bash is at /bin/bash

This commit is contained in:
leo60228
2024-05-29 19:32:17 -04:00
parent 18f84b78f2
commit ef2330593c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
if [[ -d "$DEVKITARM/bin/" ]]; then
OBJDUMP_BIN="$DEVKITARM/bin/arm-none-eabi-objdump"