From fcf439e7856fc6be7eca626972136dbb6d72d47a Mon Sep 17 00:00:00 2001 From: uriel Date: Mon, 4 Jun 2007 05:56:29 +0200 Subject: [PATCH] Add table.tpl and revert some cosmetic changes from controller.rc --- bin/controller.rc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/controller.rc b/bin/controller.rc index 63c38b7..ef54a57 100755 --- a/bin/controller.rc +++ b/bin/controller.rc @@ -1,7 +1,6 @@ #!/usr/local/plan9/bin/rc - path=(. ./bin $PLAN9/bin /bin/ /usr/bin) -ifs='/' { args = `{ echo -n $REQUEST_URI | sed -e 's/[^a-zA-Z0-9_+\-\/]//g' -e 's/\?.*//' } } +ifs='/' { args = `{ echo -n $REQUEST_URI | sed -e 's/\?.*//' -e 's/[^a-zA-Z0-9_+\-\/]//g' } } args=`{echo $args | tr -d ' '} cd ..