14 lines
451 B
Plaintext
14 lines
451 B
Plaintext
$NetBSD: patch-av,v 1.1 2011/01/08 13:00:13 obache Exp $
|
|
|
|
--- policy/Makefile.am.orig 2009-01-21 00:14:28.000000000 +0000
|
|
+++ policy/Makefile.am
|
|
@@ -20,7 +20,7 @@ check:
|
|
echo -n "Validate PolicyKit policy in $$f : "; \
|
|
$(POLKIT_POLICY_FILE_VALIDATE) $(srcdir)/$$f ; \
|
|
ret=$$?; \
|
|
- if [ "$$ret" == "0" ]; \
|
|
+ if [ "$$ret" = "0" ]; \
|
|
then \
|
|
echo ok; \
|
|
else \
|