summaryrefslogtreecommitdiff
path: root/userspace/foolshell.c
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-12-08 17:23:44 +0100
committerMichal Idziorek <m.i@gmx.at>2014-12-08 17:23:44 +0100
commit0525be68f261e37ad827238a0ca17dc46e03d691 (patch)
treeedbf4eb6a87af4a38c46f946da2bf2c3dc2b2ea7 /userspace/foolshell.c
parent05b104b09292dac40c85aab7ab7b2ea2265d407b (diff)
fixed syscall_execve and indirectly tput
Diffstat (limited to 'userspace/foolshell.c')
-rw-r--r--userspace/foolshell.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/userspace/foolshell.c b/userspace/foolshell.c
index 3a87158..b1259b8 100644
--- a/userspace/foolshell.c
+++ b/userspace/foolshell.c
@@ -42,6 +42,8 @@ int main(int argc, char **argv)
if(!strcmp(argv[i],"--silent"))silent=true;
}
+ printf("\n%i\n",argc);
+
if(!silent)hello();
char *buf=malloc(256);