diff options
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
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 | '#'*) |