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 | 706b1d12e99e7a36db2d4cda8a02c6eccc5c1621 (patch) | |
tree | a532618a57ca52eb5e5d5b1a78f2b9a33999164e /target | |
parent | c55de004921e2f3208bf93d9f0ec4d0acb10a3c7 (diff) | |
download | upstream-706b1d12e99e7a36db2d4cda8a02c6eccc5c1621.tar.gz upstream-706b1d12e99e7a36db2d4cda8a02c6eccc5c1621.tar.bz2 upstream-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')
-rwxr-xr-x | target/image/x86/gen_image.sh | 2 |
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 ] || { |