From: Jarkko Nikula <jarkko.nikula@linux.intel.com>
To: alsa-devel@alsa-project.org
Cc: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>,
Jarkko Nikula <jarkko.nikula@linux.intel.com>
Subject: [PATCH] asoc-tools: Require bash shell when interpreting vizdapm.sh
Date: Wed, 30 Oct 2013 16:26:41 +0200 [thread overview]
Message-ID: <1383143201-18337-1-git-send-email-jarkko.nikula@linux.intel.com> (raw)
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
reply other threads:[~2013-10-30 14:26 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1383143201-18337-1-git-send-email-jarkko.nikula@linux.intel.com \
--to=jarkko.nikula@linux.intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=dp@opensource.wolfsonmicro.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).