Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite50b052

Browse files
committed
Add missing brackets to chkselinuxenv.
1 parentb056b71 commite50b052

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)

[8]ページ先頭

©2009-2025 Movatter.jp