X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/ee6c04ef0082bcd8ca62240dc8278f22d8372cf1..972562bf68a236b4580b6074415cbf4e07b0a0c6:/Filter.sh diff --git a/Filter.sh b/Filter.sh index 35a1542..6e6bd93 100755 --- a/Filter.sh +++ b/Filter.sh @@ -53,6 +53,12 @@ function include() { fi done done + elif [[ ${line} = @else ]]; then + if [[ -z ${filter+@} ]]; then + unset filter + else + filter= + fi elif [[ ${line} = @end ]]; then unset filter elif [[ ${line} = @include* ]]; then