aboutsummaryrefslogtreecommitdiffstats
path: root/target/image
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
commit706b1d12e99e7a36db2d4cda8a02c6eccc5c1621 (patch)
treea532618a57ca52eb5e5d5b1a78f2b9a33999164e /target/image
parentc55de004921e2f3208bf93d9f0ec4d0acb10a3c7 (diff)
downloadmaster-187ad058-706b1d12e99e7a36db2d4cda8a02c6eccc5c1621.tar.gz
master-187ad058-706b1d12e99e7a36db2d4cda8a02c6eccc5c1621.tar.bz2
master-187ad058-706b1d12e99e7a36db2d4cda8a02c6eccc5c1621.zip
use bash for gen_image.sh
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5050 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/image')
-rwxr-xr-xtarget/image/x86/gen_image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/image/x86/gen_image.sh b/target/image/x86/gen_image.sh
index 3edce1e406..95be6cc8ef 100755
--- a/target/image/x86/gen_image.sh
+++ b/target/image/x86/gen_image.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
# Copyright (C) 2006 OpenWrt.org
[ $# == 5 ] || {