mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-06 19:39:30 -05:00
The empty version.sh script causes a problem when run by make: make[3]: /usr/bin/env bash: Shell program not found Adding a shebang line in version.sh seems to solve it. Fixes FS#977. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>