projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d81af6b
)
LP#1136084: drop silent dependency on 'bsdmainutils' Debian/Ubuntu package
user/gmcharlt/lp1136084_rm_colrm
author
Galen Charlton
<gmc@esilibrary.com>
Thu, 28 Feb 2013 17:39:40 +0000
(12:39 -0500)
committer
Galen Charlton
<gmc@esilibrary.com>
Thu, 28 Feb 2013 17:39:40 +0000
(12:39 -0500)
colrm is a perfectly good command, but isn't guaranteed to be
present on a minimal Ubuntu system. This patch replaces ti with
with cut, which is more likely to be present (including on *BSD
servers).
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/extras/autogen.sh
patch
|
blob
|
history
diff --git
a/Open-ILS/src/extras/autogen.sh
b/Open-ILS/src/extras/autogen.sh
index
0311bbe
..
acecbba
100755
(executable)
--- a/
Open-ILS/src/extras/autogen.sh
+++ b/
Open-ILS/src/extras/autogen.sh
@@
-167,7
+167,7
@@
done;
md5sum $file
fi
done
-) | md5sum | cut -f1 -d' ' | c
olrm 1 26
> LOCALSTATEDIR/web/eg_cache_hash
+) | md5sum | cut -f1 -d' ' | c
ut -b 27-32
> LOCALSTATEDIR/web/eg_cache_hash
echo
echo -n "Current Evergreen cache key: "