summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-01-31 14:14:40 +0000
committerJohn Ankarström <john@ankarstrom.se>2021-01-31 14:14:40 +0000
commit6a8af5b31eeb5e36f91e7c26418bec00e8ae4347 (patch)
tree635ae757ae86233c9b6f9d1f5a6832d227794c86
parentd325d2226cf55b63037dc62cefb7fa952d770d50 (diff)
downloadplan9-6a8af5b31eeb5e36f91e7c26418bec00e8ae4347.tar.gz
Correct binding in init
-rwxr-xr-xinit4
1 files changed, 2 insertions, 2 deletions
diff --git a/init b/init
index 1958e06..df2f6c3 100755
--- a/init
+++ b/init
@@ -1,4 +1,4 @@
#!/bin/rc
-bind -c . .
+mkdir -p patch rc
bind -a $home/sources/patch patch
-bind -a $home/bin/rc .
+bind -a $home/bin/rc rc