Don't trust file modes.
parent
3c6a885fd0
commit
54ab738fd6
|
@ -4,6 +4,7 @@ oldurl_if_exists() {
|
||||||
if [ -d $1 ]; then
|
if [ -d $1 ]; then
|
||||||
pushd $1 >/dev/null
|
pushd $1 >/dev/null
|
||||||
sed -i -e 's/CASES-LU/monarc-project/g' ./.git/config $2
|
sed -i -e 's/CASES-LU/monarc-project/g' ./.git/config $2
|
||||||
|
git config core.fileMode false
|
||||||
popd >/dev/nul
|
popd >/dev/nul
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue