diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2018-05-14 19:32:42 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2018-05-14 19:32:42 +0000 |
commit | 014a91cca1f1bd294492868db506447c99bce755 (patch) | |
tree | 6df54f706d00753f8fc8e4361c2f1dbd9dc91e4e /etc | |
parent | 8613ec363c52688dce539f875fa54c8ed985ccf5 (diff) | |
download | midipix_build-014a91cca1f1bd294492868db506447c99bce755.tar.bz2 midipix_build-014a91cca1f1bd294492868db506447c99bce755.tar.xz |
etc/config.sub: prepend shebang.
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/config.sub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/config.sub b/etc/config.sub index 1c766af1..9dfd22ef 100755 --- a/etc/config.sub +++ b/etc/config.sub @@ -1,3 +1,4 @@ +#!/bin/sh # assume a correct target input: this should always be the case # in the context of midipix_build; then, for compatibility, output # the target name. |