diff options
-rw-r--r-- | src/rc/runscript.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc/runscript.c b/src/rc/runscript.c index b460cc3c..cd53b349 100644 --- a/src/rc/runscript.c +++ b/src/rc/runscript.c @@ -1104,6 +1104,7 @@ runscript(int argc, char **argv) char *dir, *save = NULL, *saveLnk = NULL; char pidstr[10]; size_t l = 0, ll; + const char *file; struct stat stbuf; /* Show help if insufficient args */ |