summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-08-15 09:01:08 -0400
committerDavid Thompson <dthompson2@worcester.edu>2014-08-15 09:01:08 -0400
commit0f951f848d7ca75037711445504290508bafcea1 (patch)
tree3dd37a4cad7417ea633aaf335abdfb2331991e11
parentc3caa1d370325bdf1e69d16a0e885382687ed33a (diff)
Wrap controller procedure in a trampoline.
* scripts/guix-web: Trampoline it.
-rwxr-xr-xscripts/guix-web2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/guix-web b/scripts/guix-web
index df66799..eeefa08 100755
--- a/scripts/guix-web
+++ b/scripts/guix-web
@@ -23,7 +23,7 @@
(guix-web server))
(spawn-server (make-tcp-server-socket #:port 37146))
-(start-guix-web controller)
+(start-guix-web (lambda (path) (controller path)))
;;; Local Variables:
;;; mode: scheme