diff --git a/bin/aux/addwuser.rc b/bin/aux/addwuser.rc index 018bac0..9364d39 100755 --- a/bin/aux/addwuser.rc +++ b/bin/aux/addwuser.rc @@ -1,4 +1,4 @@ -#!/usr/bin/env rc +#!/bin/rc if(! ~ $#werc_root 0) cd $werc_root diff --git a/bin/aux/bpst.rc b/bin/aux/bpst.rc index c64d907..e60d034 100755 --- a/bin/aux/bpst.rc +++ b/bin/aux/bpst.rc @@ -1,4 +1,4 @@ -#!/usr/bin/env rc +#!/bin/rc path=( $PLAN9/bin $path ) base=. diff --git a/bin/aux/gensitemaptxt.rc b/bin/aux/gensitemaptxt.rc index d3a1935..a1b349d 100755 --- a/bin/aux/gensitemaptxt.rc +++ b/bin/aux/gensitemaptxt.rc @@ -1,4 +1,4 @@ -#!/usr/bin/env rc +#!/bin/rc # DEPRECATED: sitemap.tpl now generates and updates a sitemap.txt when requested, and is also more smart than this simplistic script. for(d in sites/*/) { diff --git a/bin/aux/runtsts.rc b/bin/aux/runtsts.rc index df4363d..b5b1df7 100755 --- a/bin/aux/runtsts.rc +++ b/bin/aux/runtsts.rc @@ -1,4 +1,4 @@ -#!/usr/bin/env rc +#!/bin/rc tstdom='http://test.cat-v.org' diff --git a/bin/contrib/webserver.rc b/bin/contrib/webserver.rc index 1a5f383..8044565 100755 --- a/bin/contrib/webserver.rc +++ b/bin/contrib/webserver.rc @@ -1,4 +1,4 @@ -#!/usr/local/plan9/bin/rc +#!/bin/rc # A web server in rc by maht # Originally from http://www.proweb.co.uk/~matt/rc/webserver.rc