]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/scaffold/scaffold.factor
Revert "Revert "use tilde paths in more places.""
[factor.git] / basis / tools / scaffold / scaffold.factor
index 779214939f751c4c3dc3a30e20a0a5b7e4dbe5f4..5575c5b4174758fa5aaa6fa12f707da3413d8a9f 100644 (file)
@@ -373,7 +373,7 @@ ${example-indent}}
     [ "Click to edit: " write <pathname> . ] bi ;
 
 : scaffold-rc ( path -- )
-    [ home ] dip append-path scaffold-file ;
+    home prepend-path scaffold-file ;
 
 : scaffold-factor-boot-rc ( -- )
     ".factor-boot-rc" scaffold-rc ;