This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix tab/space issue that entered in 17893. AIX.
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Fri, 13 Sep 2002 14:00:35 +0000 (14:00 +0000)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Fri, 13 Sep 2002 14:00:35 +0000 (14:00 +0000)
p4raw-id: //depot/metaconfig@17903

U/modified/libc.U

index 535e08e..b67a30d 100644 (file)
@@ -394,7 +394,7 @@ define)
 *)  if $test -f /lib/syscalls.exp; then
        echo " "
        echo "Also extracting names from /lib/syscalls.exp for good ole AIX..." >&4
-       $sed -n 's/^\([^        ]*\)[   ]*syscall[0-9]*[        ]*$/\1/p' /lib/syscalls.exp >>libc.list
+       $sed -n 's/^\([^        ]*\)[   ]*syscall[0-9]*[        ]*$/\1/p' /lib/syscalls.exp >>libc.list
     fi
     ;;
 esac