update all uses of ABS_PATH
authorJim Meyering <meyering@redhat.com>
Mon, 10 Aug 2009 17:03:36 +0000 (19:03 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 13 Aug 2009 12:45:34 +0000 (14:45 +0200)
commit0dd6c8c8442d4ff588f6dac2efab24d3409b0dec
tree3b97e6facdd874b4573eb6142a2cd376cb7b88ef
parent4a5e13f15734aa7363e605f716ad6e29c67475c5
update all uses of ABS_PATH

run this command:
  git grep -l -w ABS_PATH|xargs perl -pi -e \
    's/(?:ABS_PATH)( \(.*?,) (.*?)\)/ABS_PATH$1 return $2)/'
29 files changed:
daemon/augeas.c
daemon/checksum.c
daemon/cmp.c
daemon/cpmv.c
daemon/dir.c
daemon/du.c
daemon/fallocate.c
daemon/file.c
daemon/find.c
daemon/glob.c
daemon/grep.c
daemon/grub.c
daemon/headtail.c
daemon/hexdump.c
daemon/initrd.c
daemon/inotify.c
daemon/link.c
daemon/ls.c
daemon/mknod.c
daemon/mount.c
daemon/readdir.c
daemon/realpath.c
daemon/scrub.c
daemon/stat.c
daemon/strings.c
daemon/swap.c
daemon/tar.c
daemon/wc.c
daemon/xattr.c