about summary refs log tree commit diff stats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorCase Duckworth2023-01-30 12:24:12 -0600
committerCase Duckworth2023-01-30 12:24:12 -0600
commit0872e2401ba492c38c5828cb8f0fbfa3734c32fc (patch)
tree7444fe14758704f0f78055ea41e293668fa47a87 /bootstrap.sh
parentBash! (diff)
downloadetc-0872e2401ba492c38c5828cb8f0fbfa3734c32fc.tar.gz
etc-0872e2401ba492c38c5828cb8f0fbfa3734c32fc.zip
Bootstrap!
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index b0fcb87..f9b1432 100755 --- a/bootstrap.sh +++ b/bootstrap.sh
@@ -116,7 +116,7 @@ END_HELP
116 done 116 done
117 117
118 ## Main loop 118 ## Main loop
119 while IFS=' ' read -r source destination; do 119 while read -r source destination; do
120 # Ignore lines beginning with '#' 120 # Ignore lines beginning with '#'
121 case "$source" in 121 case "$source" in
122 '#'*) 122 '#'*)