about summary refs log tree commit diff
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 58178c3..a8a311e 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,10 +1,13 @@
 #!/bin/sh
 # bootstrap script
+
 (
 alias redo-ifchange=:
 set -- redo redo redo
 set -ex
-. redo.do
+. ./redo.do
 )
 
-PATH=$PWD:$PATH redo -f all
+export PATH=$PWD:$PATH
+redo -f links
+redo -f all