X-Plane improve error messages
This commit is contained in:
parent
aee0a14966
commit
a930a85f55
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ let
|
|||
printf "Reverting all modifications\n"
|
||||
for f in "$XPLANEPATH/.addons"/revert-* ; do
|
||||
printf "Reverting %s\n" "''${f##*/revert-}"
|
||||
"''${f}"
|
||||
"''${f}" || { printf "Failed reverting %s\n" "''${f##*/revert-}. Stopping"; exit 1; }
|
||||
done
|
||||
else
|
||||
for f in "$@" ; do
|
||||
|
|
Loading…
Add table
Reference in a new issue