projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd7ad2c
)
Fix logic to check for indent.pro
author
Matt Caswell
<matt@openssl.org>
Tue, 20 Jan 2015 22:13:39 +0000
(22:13 +0000)
committer
Matt Caswell
<matt@openssl.org>
Thu, 22 Jan 2015 09:50:37 +0000
(09:50 +0000)
Reviewed-by: Tim Hudson <tjh@openssl.org>
util/openssl-format-source
patch
|
blob
|
history
diff --git
a/util/openssl-format-source
b/util/openssl-format-source
index 162103f5e964d6d2c0cf98d206f89b10a4ea3471..8cf27d3af3adedc0652a6cf03d4df943d94b34ea 100755
(executable)
--- a/
util/openssl-format-source
+++ b/
util/openssl-format-source
@@
-35,7
+35,7
@@
COMMENTS=false
# our own indent profile, which is at a well known location
INDENT_PROFILE="$HERE/indent.pro"
export INDENT_PROFILE
-if [ -f "$INDENT_PROFILE" ]; then
+if [
!
-f "$INDENT_PROFILE" ]; then
echo "$0: unable to locate the openssl indent.pro file" >&2
exit 1
fi