aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2006-07-08 21:12:12 +0000
committerMartin Schlemmer <azarah@gentoo.org>2006-07-08 21:12:12 +0000
commitc5cb25236a3f49a1f51601149124f74de177528d (patch)
tree9060050ebd065f661d4433b2f681ceb71fe93b21 /src
parentConvert all string list operations to use the str_list_*() macro's. (diff)
downloadsandbox-c5cb25236a3f49a1f51601149124f74de177528d.tar.gz
sandbox-c5cb25236a3f49a1f51601149124f74de177528d.tar.bz2
sandbox-c5cb25236a3f49a1f51601149124f74de177528d.zip
Remove debug printf() that I missed to remove.
Signed-off-by: Martin Schlemmer <azarah@gentoo.org>
Diffstat (limited to 'src')
-rw-r--r--src/sandbox.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sandbox.c b/src/sandbox.c
index 0d2b4ee..057ca7a 100644
--- a/src/sandbox.c
+++ b/src/sandbox.c
@@ -638,7 +638,6 @@ int main(int argc, char **argv)
strlen(argv[i]) + 2, " %s",
argv[i]);
}
- printf("bash_argv[4] = %s\n", argv_bash[4]);
}
/* Setup the child environment stuff */