From 706b1d12e99e7a36db2d4cda8a02c6eccc5c1621 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 11 Oct 2006 15:21:10 +0000 Subject: use bash for gen_image.sh git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5050 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/image/x86/gen_image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/image') 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 ] || { -- cgit v1.2.3