bug-gnu-arch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnu-arch] [bug #5788] make test uses the wrong shell


From: nobody
Subject: [Bug-gnu-arch] [bug #5788] make test uses the wrong shell
Date: Tue, 07 Oct 2003 14:36:24 -0400
User-agent: Mozilla/5.0 (compatible; Konqueror/3.1; Linux)

=================== BUG #5788: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=5788&group_id=4899

Submitted by: benburns                Project: GNU arch -- a revision control 
system
Submitted on: Tue 10/07/2003 at 18:36
Category:  build infrastructure       Severity:  5 - Major                  
Bug Group:  bug                       Resolution:  None                     
Status:  Open                         Release:                              
Fixed Release:                        Merge Request?:  yes -- diffs included
Your Archive Name:                    Your Archive Location:                
Assigned to:  None                    

Summary:  make test uses the wrong shell

Original Submission:  The following patch makes the tests run using the 
configured shell.

--- orig/build-tools/Makefiles/unit-tests.mk
+++ mod/build-tools/Makefiles/unit-tests.mk
@@ -125,7 +125,7 @@
 tests-timestamp: $(test-progs) $(test-scripts)
        set -e ; 
        for s in $(test-scripts) ; do 
-         sh $$s; 
+         $SHELL $$s; 
        done
        touch tests-timestamp




No Followups Have Been Posted


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=5788&group_id=4899

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]