On Fri, May 05, 2006 at 01:23:33PM +0200, Pascal Bleser wrote:
> houghi wrote:
> ...
> > #TAGMEDIA : Add MD5SUM to the iso if tagmedia is available.
> > TAGMEDIA ()
> > {
> >         if [ -e `type -p tagmedia` ]
> >         then
> 
> ...
> 
> Replace
>   if [ -e `type -p tagmedia` ]
>   then
> by
>   if type -p tagmedia &>/dev/null; then

Thanks.

houghi
-- 
Nutze die Zeit. Sie ist das Kostbarste, was wir haben, denn es 
ist unwiederbringliche Lebenszeit. Leben ist aber mehr als Werk
und Arbeit,  und das Sein wichtiger als das Tun                                 
                                        - Johannes Müller-Elmau

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to