install: convert to tabstop = 2
This commit is contained in:
parent
85dd0a4838
commit
56865870ec
1 changed files with 98 additions and 102 deletions
|
@ -113,11 +113,7 @@ EOF
|
|||
git config -f "$temp_git" user.email "${GIT_EMAIL}"
|
||||
|
||||
if ! diff "$config_file" "$temp_git" >/dev/null 2>&1; then
|
||||
if [ -f "$config_file" ]; then
|
||||
action=OVERWRITE
|
||||
else
|
||||
action=CREATE
|
||||
fi
|
||||
if [ -f "$config_file" ]; then action=OVERWRITE; else action=CREATE; fi
|
||||
echo "$yellow$action:$rst $config_file with contents of $temp_git:"
|
||||
echo "$cyan"
|
||||
cat "$temp_git"
|
||||
|
|
Loading…
Add table
Reference in a new issue