[alsa-devel] [PATCH] asoc-tools: Require bash shell when interpreting vizdapm.sh
 
            
            
            
            
                30 Oct
                
                    2013
                
            
            
                30 Oct
                
                '13
                
            
            
            
        
    
                3:26 p.m.
            
        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
    
        4384
        
      
          Age (days ago)
        
      
        4384
        
    
          Last active (days ago)
        
        
        
        0 comments
    
    
        
        1 participants
    
    
    
    
    
    
    
    
    participants (1)
- 
                 Jarkko Nikula Jarkko Nikula