From 6f7e1a20f371109cf10151a2ae442a4fa0966af4 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 11 Oct 2006 15:21:10 +0000 Subject: [PATCH] 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(-) diff --git a/target/image/x86/gen_image.sh b/target/image/x86/gen_image.sh index 3edce1e40..95be6cc8e 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 ] || { -- 2.20.1