diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-11 15:21:10 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-11 15:21:10 +0000 |
commit | 3791d54399056da6ef6cdd395b9a3955d2f3bf7d (patch) | |
tree | 99e50d1041cf3199e685298854edbdabc8262d2d | |
parent | b21dde1691020778f67fac1d943be24d7af9da07 (diff) | |
download | upstream-3791d54399056da6ef6cdd395b9a3955d2f3bf7d.tar.gz upstream-3791d54399056da6ef6cdd395b9a3955d2f3bf7d.tar.bz2 upstream-3791d54399056da6ef6cdd395b9a3955d2f3bf7d.zip |
use bash for gen_image.sh
SVN-Revision: 5050
-rwxr-xr-x | openwrt/target/image/x86/gen_image.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 ] || { |