mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 14:04:32 +00:00 
			
		
		
		
	Remove unnecessary pwd in scripts/filelist
This commit is contained in:
		@@ -37,7 +37,6 @@ cd $home/tests
 | 
			
		||||
dirs=`find . -type d -not -path '*/\.*'`
 | 
			
		||||
for subdir in $dirs; do
 | 
			
		||||
    cd $home/tests/$subdir
 | 
			
		||||
    pwd
 | 
			
		||||
    TESTS=`ls T*.cc`
 | 
			
		||||
    TESTLIST=`echo ${TESTS} | sed s/.cc//g `
 | 
			
		||||
    PREF=`[ $subdir = '.' ] && echo noinst || echo EXTRA`
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user