meson - oops - used sh not dash

This commit is contained in:
Carsten Haitzler 2019-04-10 15:03:21 +01:00 committed by Mike Blumenkrantz
parent a245ef588b
commit 2ce57579ec
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/dash
#!/bin/sh
original_loader=$1
filename="$(basename $original_loader)"