From: Felix Fietkau Date: Wed, 11 Oct 2006 15:21:10 +0000 (+0000) Subject: use bash for gen_image.sh X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=3791d54399056da6ef6cdd395b9a3955d2f3bf7d;p=openwrt%2Fstaging%2Fwigyori.git use bash for gen_image.sh SVN-Revision: 5050 --- diff --git a/openwrt/target/image/x86/gen_image.sh b/openwrt/target/image/x86/gen_image.sh index 3edce1e406..95be6cc8ef 100755 --- a/openwrt/target/image/x86/gen_image.sh +++ b/openwrt/target/image/x86/gen_image.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # Copyright (C) 2006 OpenWrt.org [ $# == 5 ] || {