projects
/
working
/
Evergreen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
LP1040147 Return wrong-shelf holds in clearable list
[working/Evergreen.git]
/
Open-ILS
/
updates
/
update.rdf
1
#!/bin/bash
2
if [ ! -f ../patch/update.rdf ]; then
3
echo "Status: 404 Not Found"
4
else
5
echo "Content-Type: text/xml"
6
echo ""
7
sed "s|::HOSTNAME::|$HTTP_HOST|" ../patch/update.rdf
8
fi