aboutsummaryrefslogtreecommitdiff
path: root/src/runscript.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-07-31 16:05:56 +0000
committerRoy Marples <roy@marples.name>2007-07-31 16:05:56 +0000
commitc674026f9e5cf9538101ebc5c19d4da973731ad1 (patch)
tree76c3dd7c0647054d6fff55d5104d1f0977c85c94 /src/runscript.c
parent02fcdeede4d2a14c10a8efcf8edc212b9a085708 (diff)
All our binaries are now mulicalls into rc, which makes our on disk size
a lot smaller.
Diffstat (limited to 'src/runscript.c')
-rw-r--r--src/runscript.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/runscript.c b/src/runscript.c
index 876cddc7..ae7bbe7a 100644
--- a/src/runscript.c
+++ b/src/runscript.c
@@ -24,6 +24,7 @@
#include <string.h>
#include <unistd.h>
+#include "builtins.h"
#include "einfo.h"
#include "rc.h"
#include "rc-misc.h"
@@ -977,7 +978,7 @@ static struct option longopts[] = {
};
// #include "_usage.c"
-int main (int argc, char **argv)
+int runscript (int argc, char **argv)
{
int i;
bool deps = true;