tcl vs system copy

Yves de Champlain yves at macports.org
Sun Apr 29 11:43:40 PDT 2007


Hi

How come

     copy -f [glob -directory ${filespath} common_*.tiff] \
         ${destroot}${prefix}/$gslibrary/Images

and

     file copy -force [glob -directory ${filespath} common_*.tiff] \
         ${destroot}${prefix}/$gslibrary/Images

do not work while

     system "cp -f ${filespath}/common_*.tiff \
         ${destroot}${prefix}/$gslibrary/Images"

does ?

yves




More information about the macports-dev mailing list