summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-11 15:21:10 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-11 15:21:10 +0000
commit3791d54399056da6ef6cdd395b9a3955d2f3bf7d (patch)
tree99e50d1041cf3199e685298854edbdabc8262d2d
parentb21dde1691020778f67fac1d943be24d7af9da07 (diff)
downloadmaster-31e0f0ae-3791d54399056da6ef6cdd395b9a3955d2f3bf7d.tar.gz
master-31e0f0ae-3791d54399056da6ef6cdd395b9a3955d2f3bf7d.tar.bz2
master-31e0f0ae-3791d54399056da6ef6cdd395b9a3955d2f3bf7d.zip
use bash for gen_image.sh
SVN-Revision: 5050
-rwxr-xr-xopenwrt/target/image/x86/gen_image.sh2
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 ] || {