* [PATCH] asoc-tools: Require bash shell when interpreting vizdapm.sh
@ 2013-10-30 14:26 Jarkko Nikula
0 siblings, 0 replies; only message in thread
From: Jarkko Nikula @ 2013-10-30 14:26 UTC (permalink / raw)
To: alsa-devel; +Cc: Dimitris Papastamos, Jarkko Nikula
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@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@opensource.wolfsonmicro.com>
--
1.8.4.rc3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-10-30 14:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-30 14:26 [PATCH] asoc-tools: Require bash shell when interpreting vizdapm.sh Jarkko Nikula
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).