summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/auto/POSIX/system.al
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/auto/POSIX/system.al')
-rw-r--r--Master/tlpkg/tlperl/lib/auto/POSIX/system.al2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/auto/POSIX/system.al b/Master/tlpkg/tlperl/lib/auto/POSIX/system.al
index 17d9b552290..4be09fe4acd 100644
--- a/Master/tlpkg/tlperl/lib/auto/POSIX/system.al
+++ b/Master/tlpkg/tlperl/lib/auto/POSIX/system.al
@@ -3,7 +3,7 @@
# See AutoSplit.pm.
package POSIX;
-#line 489 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\system.al)"
+#line 483 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\system.al)"
sub system {
usage "system(command)" if @_ != 1;
CORE::system($_[0]);