1
0
Fork 0

dotsync: use tabs rather than spaces

This commit is contained in:
Luca Bilke 2024-10-17 11:17:22 +02:00
commit b4ad04e6be
Signed by: luca
GPG key ID: F6E11C9BAA7C82F5

View file

@ -1,4 +1,5 @@
#!/bin/sh
# vim: set noexpandtab:
BOLD="$(tput bold)"
RED="$(tput setaf 1)"
@ -37,7 +38,7 @@ first_clone() {
exit 1
}
filter_file=$(mktemp)
cat <<'EOF' >"$filter_file"
cat <<-'EOF' >"$filter_file"
#!/bin/sh
FS="#"