repo.or.cz
/
PostgreSQL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix obsolete comment regarding FSM truncation.
[PostgreSQL.git]
/
src
/
tools
/
make_diff
/
rmorig
blob
114539e766c9e078d2cf3834dda98b447c45dd92
1
#!/bin/sh
2
3
# $PostgreSQL$
4
5
if
[
"
$#
"
-eq
0
]
6
then
APATH
=
"."
7
else
APATH
=
"
$1
"
8
fi
9
find
$APATH
-name
'*.orig'
-exec
rm
{}
\
;