summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
Diffstat (limited to 'opcode.pl')
-rwxr-xr-xopcode.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/opcode.pl b/opcode.pl
index b23193349c..d63ecc5292 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -224,7 +224,8 @@ bless bless ck_fun s S S?
# Pushy I/O.
backtick backticks ck_null t
-glob glob ck_glob t S S
+# glob defaults its first arg to $_
+glob glob ck_glob t S? S?
readline <HANDLE> ck_null t
rcatline append I/O operator ck_null t