[PATCH lkp-tests] installer/oracle: add shebang

Signed-off-by: Wang Yong <wangyong0117@qq.com> --- distro/installer/oracle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/distro/installer/oracle b/distro/installer/oracle index b09abc945..0831a5b6c 100755 --- a/distro/installer/oracle +++ b/distro/installer/oracle @@ -1,3 +1,5 @@ +#!/bin/bash + if ! rpm -q epel-release >/dev/null; then yum install -y epel-release yum makecache fast -- 2.23.0

/bin/sh 就够了 On Wed, Feb 03, 2021 at 04:19:22PM +0800, Wang Yong wrote:
Signed-off-by: Wang Yong <wangyong0117@qq.com> --- distro/installer/oracle | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/distro/installer/oracle b/distro/installer/oracle index b09abc945..0831a5b6c 100755 --- a/distro/installer/oracle +++ b/distro/installer/oracle @@ -1,3 +1,5 @@ +#!/bin/bash + if ! rpm -q epel-release >/dev/null; then yum install -y epel-release yum makecache fast -- 2.23.0

On Wed, Feb 03, 2021 at 04:22:19PM +0800, Wu Fengguang wrote:
/bin/sh 就够了
ok Thanks, Yong
On Wed, Feb 03, 2021 at 04:19:22PM +0800, Wang Yong wrote:
Signed-off-by: Wang Yong <wangyong0117@qq.com> --- distro/installer/oracle | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/distro/installer/oracle b/distro/installer/oracle index b09abc945..0831a5b6c 100755 --- a/distro/installer/oracle +++ b/distro/installer/oracle @@ -1,3 +1,5 @@ +#!/bin/bash + if ! rpm -q epel-release >/dev/null; then yum install -y epel-release yum makecache fast -- 2.23.0
participants (2)
-
Wang Yong
-
Wu Fengguang