[alsa-devel] [PATCH] asoc-tools: Require bash shell when interpreting vizdapm.sh
Jarkko Nikula
jarkko.nikula at linux.intel.com
Wed Oct 30 15:26:41 CET 2013
pushd and popd are built-in functions of bash shell so require it explicitly
instead of relying /bin/sh.
Signed-off-by: Jarkko Nikula <jarkko.nikula at linux.intel.com>
---
For git://opensource.wolfsonmicro.com/asoc-tools.git
---
bin/vizdapm.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/vizdapm.sh b/bin/vizdapm.sh
index 29d6b3c..11d1361 100755
--- a/bin/vizdapm.sh
+++ b/bin/vizdapm.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Copyright 2011 Wolfson Microelectronics plc
# Author: Dimitris Papastamos <dp at opensource.wolfsonmicro.com>
--
1.8.4.rc3
More information about the Alsa-devel
mailing list