A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/openresty/srcache-nginx-module/commit/c196c2615ae4eca992d9f3439e215bbd493caa2e below:

we should always use double quotes in [...] condition… · openresty/srcache-nginx-module@c196c26 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed Original file line number Diff line number Diff line change

@@ -29,7 +29,7 @@ if [ ! -z "$HTTP_POSTPONE" ]; then

29 29

fi

30 30 31 31

# This module depends upon the postpone filter being activated

32 -

if [ $HTTP_POSTPONE != YES ]; then

32 +

if [ "$HTTP_POSTPONE" != YES ]; then

33 33

HTTP_FILTER_MODULES="$HTTP_FILTER_MODULES $HTTP_POSTPONE_FILTER_MODULE"

34 34

HTTP_SRCS="$HTTP_SRCS $HTTP_POSTPONE_FILTER_SRCS"

35 35

HTTP_POSTPONE=YES

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4