fix compile error

A variable used in the previous commit was actually removed in another
commit; that is why I didn't catch it.

Reported-by: Duncan < 1i5t5.duncan@cox.net>
X-Gentoo-Bug: 394369
X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=394369
This commit is contained in:
William Hubbs 2011-12-11 14:33:25 -06:00
parent 5e01051c4e
commit e574b5d441

View File

@ -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 */