projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
411c246
)
(fixfile): grep for $Id:, not $Id$, since the
author
Karl Berry
<karl@freefriends.org>
Tue, 15 Jul 2003 12:47:27 +0000
(12:47 +0000)
committer
Karl Berry
<karl@freefriends.org>
Tue, 15 Jul 2003 12:47:27 +0000
(12:47 +0000)
latter gets expanded.
config/srclist-update
patch
|
blob
|
history
diff --git
a/config/srclist-update
b/config/srclist-update
index 0145b4f7e66247ef51c781d3e0be359fba7989e3..6daad83ab3ecde654bb05730bfb04be782a87bba 100755
(executable)
--- a/
config/srclist-update
+++ b/
config/srclist-update
@@
-1,5
+1,5
@@
#!/bin/sh
-# $Id: srclist-update,v 1.
7 2003-07-14 22:44:04 eggert
Exp $
+# $Id: srclist-update,v 1.
8 2003-07-15 12:47:27 karl
Exp $
#
# Check for files in directory $1 being up to date, according to the
# list on stdin. Don't actually make any changes, just show the diffs.
@@
-74,7
+74,7
@@
fixfile() \
*)
cat $1;;
esac \
- | grep -v '\$Id: srclist-update,v 1.
7 2003-07-14 22:44:04 eggert Exp $' >
$2
+ | grep -v '\$Id: srclist-update,v 1.
8 2003-07-15 12:47:27 karl Exp
$2
}