summaryrefslogtreecommitdiff
path: root/cflags.SH
diff options
context:
space:
mode:
Diffstat (limited to 'cflags.SH')
-rwxr-xr-xcflags.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/cflags.SH b/cflags.SH
index b11966b831..2546586155 100755
--- a/cflags.SH
+++ b/cflags.SH
@@ -354,7 +354,7 @@ case "$cc" in
;;
esac
-if [ -f .patchnum -a -n "$(cat .patchnum)"]; then
+if [ -f .patchnum -a -n "$(cat .patchnum)" ] ; then
ccflags="-DPERL_PATCHNUM=`cat .patchnum`"
fi