meson - oops - used sh not dash

This commit is contained in:
Carsten Haitzler 2019-04-10 15:03:21 +01:00
parent 8b05f1eaf6
commit 910a935fd7
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)"