| 
					
				 | 
			
			
				@@ -95,9 +95,7 @@ else # normal usage 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		if [[ -x "$P" ]]; then 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			[[ "$PATH" = "$LINK_DIR"* ]]  ||  export PATH="$LINK_DIR:$PATH" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			SCRPT="script -q /dev/null" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			[[ "$OS" = "Darwin" ]] || SCRPT="$SCRPT -c" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			if $SCRPT "$P" | sed "s/^/  /"; then 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			if "$P" | sed "s/^/  /"; then 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				echo "# DONE: $GIMME" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			else 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				OUCH=$? 
			 |