twn: fix symlinks
This commit is contained in:
		
							
								
								
									
										2
									
								
								bin/twn
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								bin/twn
									
									
									
									
									
								
							@@ -4,7 +4,7 @@
 | 
				
			|||||||
set +e
 | 
					set +e
 | 
				
			||||||
 | 
					
 | 
				
			||||||
exe="$(basename $PWD)"
 | 
					exe="$(basename $PWD)"
 | 
				
			||||||
toolpath="$(dirname -- "${BASH_SOURCE[0]}")"
 | 
					toolpath="$(dirname "$(readlink "${BASH_SOURCE[0]}")")"
 | 
				
			||||||
export TWNROOT=$(realpath "$toolpath"/../)
 | 
					export TWNROOT=$(realpath "$toolpath"/../)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
case "$1" in
 | 
					case "$1" in
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user