diff options
Diffstat (limited to 'src/rc')
-rw-r--r-- | src/rc/runscript.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rc/runscript.c b/src/rc/runscript.c index ca0d3252..5939daed 100644 --- a/src/rc/runscript.c +++ b/src/rc/runscript.c @@ -1273,7 +1273,8 @@ runscript(int argc, char **argv) doneone = true; if (strcmp(optarg, "describe") == 0 || - strcmp(optarg, "help") == 0) + strcmp(optarg, "help") == 0 || + strcmp(optarg, "depend") == 0) { save = prefix; eprefix(NULL); |