/[libtool]/libtool/libtoolize.m4sh
ViewVC logotype

Diff of /libtool/libtoolize.m4sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.20 by gary, Mon Apr 4 17:38:14 2005 UTC revision 1.1.2.21 by rwild, Sun Apr 17 06:51:18 2005 UTC
# Line 233  func_copy_cb () Line 233  func_copy_cb ()
233        $opt_quiet || func_echo "copying file \`$my_destdir/$my_file'"        $opt_quiet || func_echo "copying file \`$my_destdir/$my_file'"
234        copy_return_status=0        copy_return_status=0
235      elif { ( cd "$my_srcdir" 2>/dev/null && $TAR chf - "$my_file" 2> /dev/null; ) \      elif { ( cd "$my_srcdir" 2>/dev/null && $TAR chf - "$my_file" 2> /dev/null; ) \
236          | ( umask 0 && cd "$my_destdir" 2>/dev/null && "$TAR" xf - > /dev/null 2>&1; ) }          | ( umask 0 && cd "$my_destdir" 2>/dev/null && "$TAR" xf - > /dev/null 2>&1; ); }
237      then      then
238        $opt_quiet || func_echo "copying file \`$my_destdir/$my_file'"        $opt_quiet || func_echo "copying file \`$my_destdir/$my_file'"
239        copy_return_status=0        copy_return_status=0

Legend:
Removed from v.1.1.2.20  
changed lines
  Added in v.1.1.2.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26