Hi Gary, * Gary V. Vaughan wrote on Tue, Mar 01, 2005 at 02:06:33PM CET: > Ralf Wildenhues wrote: > > > * Gary V. Vaughan wrote on Tue, Feb 22, 2005 at 02:19:39PM CET: > > | + elif { ( cd "$my_srcdir" && $TAR cf - "$my_file" > /dev/null 2>&1; ) > > \ > > | + | ( cd "$my_destdir" && "$TAR" xf - > /dev/null 2>&1; ) } ; then > > > > Just don't ever let anyone put relative symlinks into $my_srcdir.. > > $TAR chof - "$my_file" ??
I think that should be fine. Regards, Ralf