summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/func2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/func b/scripts/func
index 7cb4d1a..925d6ad 100755
--- a/scripts/func
+++ b/scripts/func
@@ -9,6 +9,6 @@ import func.overlord.func_command as func_command
myname, argv = sys.argv[0], sys.argv[1:]
cli = func_command.FuncCommandLine()
-print cli.parse(argv)
+cli.parse(argv)