A RetroSearch Logo

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

Search Query:

Showing content from https://github.com/openresty/echo-nginx-module/commit/996412d8156c1d1054128e7c52fae705d327de30 below:

we should always use double quotes in [...] condition… · openresty/echo-nginx-module@996412d · 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

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

40 40

fi

41 41 42 42

# This module depends upon the postpone filter being activated

43 -

if [ $HTTP_POSTPONE != YES ]; then

43 +

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

44 44

HTTP_FILTER_MODULES="$HTTP_FILTER_MODULES $HTTP_POSTPONE_FILTER_MODULE"

45 45

HTTP_SRCS="$HTTP_SRCS $HTTP_POSTPONE_FILTER_SRCS"

46 46

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