From 50d5da97726044607576fbf65a3c76a271956567 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Sat, 8 Sep 2018 22:00:46 +0200 Subject: [PATCH] CommonAddon, PatcherAddon: further minor improvements --- CommonAddon | 6 +++--- patcher/dexpatcher/999-nanodroidpatcher.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CommonAddon b/CommonAddon index 79736de..5b9a207 100644 --- a/CommonAddon +++ b/CommonAddon @@ -154,10 +154,10 @@ postrestore_action () { case "${1}" in backup) - (backup_action) & + backup_action ;; restore) - (restore_action) & + restore_action ;; pre-backup) # Stub @@ -169,7 +169,7 @@ case "${1}" in # Stub ;; post-restore) - (postrestore_action) & + postrestore_action ;; esac diff --git a/patcher/dexpatcher/999-nanodroidpatcher.sh b/patcher/dexpatcher/999-nanodroidpatcher.sh index 7304534..cab5ea1 100644 --- a/patcher/dexpatcher/999-nanodroidpatcher.sh +++ b/patcher/dexpatcher/999-nanodroidpatcher.sh @@ -110,7 +110,7 @@ case "${1}" in # Stub ;; post-restore) - (NanoDroidPatcher) & + NanoDroidPatcher ;; esac