9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] /sys/src/cmd/syscall/mkfile assumes . is on $path
@ 2021-01-23  7:31 Silas McCroskey
  2021-01-23 13:02 ` hiro
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Silas McCroskey @ 2021-01-23  7:31 UTC (permalink / raw)
  To: 9front

diff -r 6f8455ea95e6 sys/src/cmd/syscall/mkfile
--- a/sys/src/cmd/syscall/mkfile Sat Jan 23 04:21:08 2021 +0000
+++ b/sys/src/cmd/syscall/mkfile Sat Jan 23 07:05:44 2021 +0000
@@ -17,7 +17,7 @@
 SYSCALL=/sys/src/libc/9syscall/sys.h

 tab.h: $SYSCALL mktab.awk
- mktab.awk $SYSCALL >$target
+ ./mktab.awk $SYSCALL >$target

 clean:V:
  rm -f *.[$OS] [$OS].out $TARG $HFILES

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9front] /sys/src/cmd/syscall/mkfile assumes . is on $path
  2021-01-23  7:31 [9front] /sys/src/cmd/syscall/mkfile assumes . is on $path Silas McCroskey
@ 2021-01-23 13:02 ` hiro
  2021-01-23 13:38   ` Stuart Morrow
  2021-01-23 14:05 ` cinap_lenrek
  2021-01-23 14:27 ` kvik
  2 siblings, 1 reply; 7+ messages in thread
From: hiro @ 2021-01-23 13:02 UTC (permalink / raw)
  To: 9front

why would it not be on path?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9front] /sys/src/cmd/syscall/mkfile assumes . is on $path
  2021-01-23 13:02 ` hiro
@ 2021-01-23 13:38   ` Stuart Morrow
  0 siblings, 0 replies; 7+ messages in thread
From: Stuart Morrow @ 2021-01-23 13:38 UTC (permalink / raw)
  To: 9front

> why would it not be on path?

The user removed it, probably so that they're not executing things
when cd'd to a file server.

It actually was even worse in the past with . being ahead of /bin in
path, adding another RTT every time you ls:
https://code.9front.org/hg/plan9front/file/efddda59690a/rc/lib/rcmain

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9front] /sys/src/cmd/syscall/mkfile assumes . is on $path
  2021-01-23  7:31 [9front] /sys/src/cmd/syscall/mkfile assumes . is on $path Silas McCroskey
  2021-01-23 13:02 ` hiro
@ 2021-01-23 14:05 ` cinap_lenrek
  2021-01-23 14:27 ` kvik
  2 siblings, 0 replies; 7+ messages in thread
From: cinap_lenrek @ 2021-01-23 14:05 UTC (permalink / raw)
  To: 9front

looks good to me, will apply. thank you!

--
cinap

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9front] /sys/src/cmd/syscall/mkfile assumes . is on $path
  2021-01-23  7:31 [9front] /sys/src/cmd/syscall/mkfile assumes . is on $path Silas McCroskey
  2021-01-23 13:02 ` hiro
  2021-01-23 14:05 ` cinap_lenrek
@ 2021-01-23 14:27 ` kvik
  2021-01-23 16:19   ` cinap_lenrek
  2 siblings, 1 reply; 7+ messages in thread
From: kvik @ 2021-01-23 14:27 UTC (permalink / raw)
  To: 9front

This is reasonable.  Can you commit?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9front] /sys/src/cmd/syscall/mkfile assumes . is on $path
  2021-01-23 14:27 ` kvik
@ 2021-01-23 16:19   ` cinap_lenrek
  2021-01-23 17:26     ` kvik
  0 siblings, 1 reply; 7+ messages in thread
From: cinap_lenrek @ 2021-01-23 16:19 UTC (permalink / raw)
  To: 9front

already done... :-)

--
cinap

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9front] /sys/src/cmd/syscall/mkfile assumes . is on $path
  2021-01-23 16:19   ` cinap_lenrek
@ 2021-01-23 17:26     ` kvik
  0 siblings, 0 replies; 7+ messages in thread
From: kvik @ 2021-01-23 17:26 UTC (permalink / raw)
  To: 9front

Quoth cinap_lenrek@felloff.net:
> already done... :-)

Thanks.

FWIW that mail was several hours late!

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-01-23 17:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-23  7:31 [9front] /sys/src/cmd/syscall/mkfile assumes . is on $path Silas McCroskey
2021-01-23 13:02 ` hiro
2021-01-23 13:38   ` Stuart Morrow
2021-01-23 14:05 ` cinap_lenrek
2021-01-23 14:27 ` kvik
2021-01-23 16:19   ` cinap_lenrek
2021-01-23 17:26     ` kvik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).