forked from Github_Repos/cvw
		
	Restored setup.sh to use . Working for David. Not sure what is happening for Ben - are you on Bash?
This commit is contained in:
		
							parent
							
								
									db3b253ac1
								
							
						
					
					
						commit
						64d4cad288
					
				
							
								
								
									
										2
									
								
								setup.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.sh
									
									
									
									
									
								
							@ -7,7 +7,7 @@
 | 
				
			|||||||
echo "Executing Wally setup.sh"
 | 
					echo "Executing Wally setup.sh"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Path to Wally repository
 | 
					# Path to Wally repository
 | 
				
			||||||
WALLY=$(dirname $0)
 | 
					WALLY=$(dirname ${BASH_SOURCE})
 | 
				
			||||||
export WALLY=$(cd "$WALLY" && pwd)
 | 
					export WALLY=$(cd "$WALLY" && pwd)
 | 
				
			||||||
echo \$WALLY set to ${WALLY}
 | 
					echo \$WALLY set to ${WALLY}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user