Sign in
code
/
git
/
b2f4b6cec2c5c1e2f802ac4b4bd12d5b26461069
/
.
/
t
/
lib-prereq-FILEMODE.sh
blob: bce5a4c8bdd7fafbdeb8ba98444b875909e80858 [
file
] [
log
] [
blame
]
#!/bin/sh
#
# Copyright (c) 2010 Ævar Arnfjörð Bjarmason
#
if
test
"$(git config --bool core.filemode)"
=
false
then
say
'filemode disabled on the filesystem'
else
test_set_prereq FILEMODE
fi