Jason Dyer <[EMAIL PROTECTED]> writes:

> >
> > what the ouput of :
> >
> > -$ mkpath /usr/java/lib
> >
> > ?
> 
> In this (somewhat contrived) example it is:
> 
>       /usr/java/lib/dt.jar:/usr/java/lib/htmlconverter.jar:/usr/java/lib/tools.jar
> 
> It's just a list of jar files formatted for classpath, infact 
> here's the mkpath script:
> 
>       #!/bin/bash
>       IFS=':'
>       echo "$*"

dunno what happen but i would say that in zsh i would do :

(chmou@giants)[~]-% CLASSPATH=$(echo /opt/IBMJava2-13/jre/lib/*) && 
CLASSPATH=${CLASSPATH:gs/ /:/}        


Reply via email to