Hi,
On Thu, 10 Dec 1998, Avery Pennarun wrote:
> I already suggested logic like this:
> 
> 	if it exists
> 		if it's executable (chmod +x)
> 			execute it
> 		else if it's not executable
> 			run it with 'sh'
                                    ^^^^
Can this be changed into:
                        run it with "user's shell in /etc/passwd"
?
> 		fi
> 	fi
Cheers,
Joost