50-dracut.install: use /bin/bash shebang

This script utilizes several bash-specific constructs.
master
Mike Gilbert 2016-11-04 13:09:28 -04:00
parent bd98b88447
commit 69395a528a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

COMMAND="$1"
KERNEL_VERSION="$2"