Don't trust file modes.

pull/39/head
Cédric Bonhomme 2017-08-11 07:58:30 +02:00
parent 3c6a885fd0
commit 54ab738fd6
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ oldurl_if_exists() {
if [ -d $1 ]; then
pushd $1 >/dev/null
sed -i -e 's/CASES-LU/monarc-project/g' ./.git/config $2
git config core.fileMode false
popd >/dev/nul
fi
}