diff options
Diffstat (limited to 'target/image/x86/gen_image.sh')
-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 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 ] || { |