From 402446983421fad8ebc29f0b395a79e195dc5efa Mon Sep 17 00:00:00 2001 From: tux Date: Mon, 16 Sep 2024 20:18:48 +0200 Subject: [PATCH] initialize variables required for correct lfs build --- chap5-6.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chap5-6.sh b/chap5-6.sh index ac81ebd..3948a2c 100644 --- a/chap5-6.sh +++ b/chap5-6.sh @@ -1,5 +1,7 @@ #!/bin/bash +source ~/.bashrc + source vars.sh CURRENT_DATE_TIME=$(date +"%Y-%m-%d %T")