chiark
/
gitweb
/
~mdw
/
ircbot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8630943
)
Actually seems to work!
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 9 Jun 2002 23:04:41 +0000
(23:04 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 9 Jun 2002 23:04:41 +0000
(23:04 +0000)
on-vc.sh
patch
|
blob
|
blame
|
history
diff --git
a/on-vc.sh
b/on-vc.sh
index 54cc8126bc7e6af4abf15c0f46e9c407ddf4cdd1..a5e726a3461092b5755284a0c54ea5e683c44446 100755
(executable)
--- a/
on-vc.sh
+++ b/
on-vc.sh
@@
-19,7
+19,8
@@
script="$3"
cd "$(dirname $0)"
test -L .tclshrc || fail "no .tclshrc symlink"
-te
x
t -x "./$script" || fail "script not executable"
+te
s
t -x "./$script" || fail "script not executable"
-openvt -c "$vc" -w -- \
- really -u "$username" screen ./"$script"
+really -u "$username" \
+ openvt -f -c "$vc" -w -- \
+ screen ./"$script"