dotsync: use tabs rather than spaces
This commit is contained in:
parent
7d175c7991
commit
b4ad04e6be
1 changed files with 53 additions and 52 deletions
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
# vim: set noexpandtab:
|
||||||
|
|
||||||
BOLD="$(tput bold)"
|
BOLD="$(tput bold)"
|
||||||
RED="$(tput setaf 1)"
|
RED="$(tput setaf 1)"
|
||||||
|
@ -37,7 +38,7 @@ first_clone() {
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
filter_file=$(mktemp)
|
filter_file=$(mktemp)
|
||||||
cat <<'EOF' >"$filter_file"
|
cat <<-'EOF' >"$filter_file"
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
FS="#"
|
FS="#"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue