mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
Fix use of wrong variable in astyleit(), introduced in previous commit
This commit is contained in:
parent
3f330aa667
commit
ec0be3ca6c
@ -59,7 +59,7 @@ astyleit() {
|
||||
modified=$1.unify_includes_modified
|
||||
cp "$1" "$modified"
|
||||
scripts/unify_includes.pl "$modified"
|
||||
diff "$f" "$modified" >/dev/null || mv "$modified" "$1"
|
||||
diff "$1" "$modified" >/dev/null || mv "$modified" "$1"
|
||||
rm -f "$modified"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user