Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148486855
D53499.id165580.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
521 B
Referenced Files
None
Subscribers
None
D53499.id165580.diff
View Options
diff --git a/bin/sh/eval.c b/bin/sh/eval.c
--- a/bin/sh/eval.c
+++ b/bin/sh/eval.c
@@ -791,8 +791,8 @@
/* Generated from builtins.def. */
if (safe_builtin_always(idx))
return (1);
- if (idx == EXPORTCMD || idx == TRAPCMD || idx == ULIMITCMD ||
- idx == UMASKCMD)
+ if (idx == ALIASCMD || idx == EXPORTCMD || idx == TRAPCMD ||
+ idx == ULIMITCMD || idx == UMASKCMD)
return (argc <= 1 || (argc == 2 && argv[1][0] == '-'));
if (idx == SETCMD)
return (argc <= 1 || (argc == 2 && (argv[1][0] == '-' ||
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 19, 5:08 AM (14 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29948154
Default Alt Text
D53499.id165580.diff (521 B)
Attached To
Mode
D53499: sh: $(alias) is safe to not fork.
Attached
Detach File
Event Timeline
Log In to Comment