From 613357835cc6c7a90d93e224b3d85ef38f6ae8ea Mon Sep 17 00:00:00 2001 From: Rajashree Rajendran Date: Wed, 6 Sep 2017 11:43:39 +0530 Subject: [PATCH] Modified code to work on Ubuntu Chaned 'sh' to 'bash' in the wrapper script. Signed-off-by: Rajashree Rajendran --- linux-tools/binutils/gprof.sh | 2 +- linux-tools/findutils/find/find.sh | 2 +- linux-tools/lshw/lshw.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/linux-tools/binutils/gprof.sh b/linux-tools/binutils/gprof.sh index 41aaf6812..3a414f51d 100755 --- a/linux-tools/binutils/gprof.sh +++ b/linux-tools/binutils/gprof.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ########################################################################################### ## Copyright 2003, 2015 IBM Corp ## ## ## diff --git a/linux-tools/findutils/find/find.sh b/linux-tools/findutils/find/find.sh index a9f6b69c4..970329b32 100755 --- a/linux-tools/findutils/find/find.sh +++ b/linux-tools/findutils/find/find.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ############################################################################################ ## Copyright 2003, 2015 IBM Corp ## ## ## diff --git a/linux-tools/lshw/lshw.sh b/linux-tools/lshw/lshw.sh index 9579ae5fc..61fd5f0ab 100755 --- a/linux-tools/lshw/lshw.sh +++ b/linux-tools/lshw/lshw.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ############################################################################################ ## Copyright 2003, 2015 IBM Corp ## ## ##