8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 108fe52 commit 1ddbfa1Copy full SHA for 1ddbfa1
src/tools/pginclude/pgrminclude
@@ -1,7 +1,7 @@
1
:
2
# remove extra #include's
3
4
-# $PostgreSQL: pgsql/src/tools/pginclude/pgrminclude,v 1.7 2006/07/11 19:30:05 momjian Exp $
+# $PostgreSQL: pgsql/src/tools/pginclude/pgrminclude,v 1.8 2006/07/11 19:31:29 momjian Exp $
5
6
trap "rm -f /tmp/$$.c /tmp/$$.o /tmp/$$ /tmp/$$a /tmp/$$b" 0 1 2 3 15
7
find . \( -name CVS -a -prune \) -o -type f -name '*.[ch]' -print |
@@ -64,10 +64,10 @@ do
64
then grep -v '^#include[ ][ ]*[<"]'"$INCLUDE"'[>"]' "$FILE" >/tmp/$$b
65
mv /tmp/$$b "$FILE"
66
fi
67
- if [ "$1" = "-v" ]
68
- then cat /tmp/$$
69
- cat /tmp/$$.c
70
- fi
+ fi
+ if [ "$1" = "-v" ]
+ then cat /tmp/$$
+ cat /tmp/$$.c
71
72
done
73
0 commit comments