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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy