X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/ee6c04ef0082bcd8ca62240dc8278f22d8372cf1..b23692f3038296c94d25c84c55ed4c1bb49619cf:/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