debugging for sam, and an old fix forgotten

This commit is contained in:
rsc 2005-01-07 18:03:36 +00:00
parent b80755cf2d
commit a19ff5b204
11 changed files with 28 additions and 7 deletions

2
bin/g
View file

@ -1,4 +1,4 @@
#!/usr/local/plan9/bin/rc
#!/mit/rsc/plan9/bin/rc
flags=()
while(! ~ $#* 1 && ~ $1 -*){

View file

@ -1,3 +1,3 @@
#!/bin/sh
exec /usr/local/plan9/bin/kill -9 "$@"
exec $PLAN9/bin/kill -9 "$@"