index
:
lush
main
Linux shell powered by lua scripting
nginx
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
src/lush.c
2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lush.c b/src/lush.c
index 2e7ed66..f1befe2 100644
--- a/
src/lush.c
+++ b/
src/lush.c
@@ -1186,7 +1186,7 @@ int main(int argc, char *argv[]) {
free(args[i]);
}
free(args);
- return status;
+ return 0;
}
}
}