mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-18 06:54:42 +00:00
Tweaks & EOL's added
This commit is contained in:
committed by
Ismo Vuorinen
parent
bb7ba3c919
commit
fa3dc531a0
@@ -6,7 +6,7 @@
|
||||
|
||||
if ! command -v git &> /dev/null; then
|
||||
echo "git could not be found, please install it first"
|
||||
exit
|
||||
exit 1
|
||||
fi
|
||||
|
||||
missing_attributes=$(git ls-files | git check-attr -a --stdin | grep "text: auto")
|
||||
@@ -17,3 +17,4 @@ if [[ "$missing_attributes" ]]; then
|
||||
else
|
||||
echo "All files have a corresponding rule in .gitattributes"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user