Use /usr/bin/env bash instead of /bin/bash in the spmenu_make script for

consistency with spmenu_run and spmenu_test
This commit is contained in:
speedie 2023-06-24 04:22:15 +02:00
parent 0a59088313
commit c0cd874348

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# spmenu_make
imlib2=${imlib2:-true}