summaryrefslogtreecommitdiff
path: root/type.c
diff options
context:
space:
mode:
Diffstat (limited to 'type.c')
-rw-r--r--type.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/type.c b/type.c
index 4be22c1..2bfc1f8 100644
--- a/type.c
+++ b/type.c
@@ -25,6 +25,10 @@ int type_main(int argc, char **argv)
continue;
}
+ if (sh_is_unspecified(argv[i])) {
+ printf("%s: allowable POSIX extension (not implemented)\n", argv[i]);
+ }
+
/*
if (sh_is_function(argv[i])) {
printf("%s: function\n", argv[i]);