From 707dc49c57354137ef1aa431c4eb7e8af91c402a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 7 Feb 2021 15:38:44 +0100 Subject: bootstrap.sh: fix from clean build --- bootstrap.sh | 7 +++++-- 1 file 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 -- cgit 1.4.1