CVS commit by coolo: avoid starting / M +1 -0 create-env 1.9 --- kdenonbeta/icecream/icecream/client/create-env #1.8:1.9 @@ -85,4 +85,5 @@ mkdir -p $tempdir/`dirname $target` cp -a $path $tempdir/$target + target=`echo $target | cut -b2-` new_target_files="$new_target_files $target" done