git: 9front

Download patch

ref: 997a569003f5e85745b8f93e5e58f890166e275b
parent: dee140f9c5d4bd9c3f56c4c057fb20035ddac04e
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Thu Jul 6 12:13:20 EDT 2023

newuser: use non-expanded $home instead of /usr/$user in lib/plumbing comment

--- a/sys/lib/newuser
+++ b/sys/lib/newuser
@@ -64,7 +64,7 @@
 }
 !
 cat > lib/plumbing <<!
-# to update: cp /usr/$user/lib/plumbing /mnt/plumb/rules
+# to update: cp $$home/lib/plumbing /mnt/plumb/rules
 
 editor = sam
 browser = mothra
--