From 02466b6c94cfa89de974aac5d025679ba2718016 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Tue, 19 Jun 2012 14:56:13 -0400 Subject: [PATCH] oprofile: Make the shell be bash, not sh Signed-off-by: Konrad Rzeszutek Wilk --- root_image/oprofile/utils/opcontrol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root_image/oprofile/utils/opcontrol b/root_image/oprofile/utils/opcontrol index 41d873e..a627c2d 100644 --- a/root_image/oprofile/utils/opcontrol +++ b/root_image/oprofile/utils/opcontrol @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # opcontrol is a script to control OProfile # opcontrol --help and opcontrol --list-events have info -- 2.39.5