Import the latest version from DeforaOS configure
This commit is contained in:
parent
0d86ece5bf
commit
f06dc3d414
|
@ -110,8 +110,8 @@ _fixme_callback()
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
case $($HEAD -n 1 "$filename") in
|
case $($HEAD -n 1 "$filename") in
|
||||||
"#!/bin/sh"|"#! /bin/sh"
|
"#!/bin/sh"*|"#! /bin/sh"*|\
|
||||||
|"#!/usr/bin/env bash"|"#! /usr/bin/env bash")
|
"#!/usr/bin/env bash"*|"#! /usr/bin/env bash"*)
|
||||||
echo "_fixme_callback_sh"
|
echo "_fixme_callback_sh"
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user