From 0872e2401ba492c38c5828cb8f0fbfa3734c32fc Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 30 Jan 2023 12:24:12 -0600 Subject: Bootstrap! --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index b0fcb87..f9b1432 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -116,7 +116,7 @@ END_HELP done ## Main loop - while IFS=' ' read -r source destination; do + while read -r source destination; do # Ignore lines beginning with '#' case "$source" in '#'*) -- cgit 1.4.1-21-gabe81