Mailinglist Archive: opensuse-factory (757 mails)
| < Previous | Next > |
Re: [opensuse-factory] tagmedia question
- From: houghi <houghi@xxxxxxxxxx>
- Date: Fri, 5 May 2006 14:29:31 +0200
- Message-id: <20060505122931.GC3659@penne>
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
> 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
| < Previous | Next > |