aboutsummaryrefslogtreecommitdiffstats
path: root/packages/apache/files/init
diff options
context:
space:
mode:
Diffstat (limited to 'packages/apache/files/init')
-rwxr-xr-xpackages/apache/files/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/apache/files/init b/packages/apache/files/init
index 46dae0395f..6c8ff0a6ec 100755
--- a/packages/apache/files/init
+++ b/packages/apache/files/init
@@ -64,7 +64,7 @@ case "$1" in
;;
esac
-if [ $? == 0 ]; then
+if [ $? = 0 ]; then
echo .
exit 0
else