Content-Length: 259551 | pFad | http://github.com/postgrespro/postgres/commit/e50b052a3bc5611dbf1a521ac7bc3611695a5f22

A6 Add missing brackets to chkselinuxenv. · postgrespro/postgres@e50b052 · GitHub
Skip to content

Commit e50b052

Browse files
committed
Add missing brackets to chkselinuxenv.
1 parent b056b71 commit e50b052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/sepgsql/chkselinuxenv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ if [ "${POLICY_STATUS}" != "on" ]; then
127127
echo "turned on in order to enable the rules necessary to run the"
128128
echo "regression tests."
129129
echo ""
130-
if "${POLICY_STATUS}" = ""; then
130+
if [ "${POLICY_STATUS}" = "" ]; then
131131
echo "We attempted to determine the state of this Boolean using"
132132
echo "'getsebool', but that command did not produce the expected"
133133
echo "output. Please verify that getsebool is available and in"

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/e50b052a3bc5611dbf1a521ac7bc3611695a5f22

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy