chiark
/
gitweb
/
~ijackson
/
bcp5-registry.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
674236e
)
Directory fix.
author
ijackson
<ijackson>
Wed, 23 Jun 1999 16:14:01 +0000
(16:14 +0000)
committer
ijackson
<ijackson>
Wed, 23 Jun 1999 16:14:01 +0000
(16:14 +0000)
update-staticpage.sh
patch
|
blob
|
history
diff --git
a/update-staticpage.sh
b/update-staticpage.sh
index 1089ac7708cf641d86365644b5252a23e0b9d2d4..908ed6ccf23761343198d52464782d6fe9933847 100755
(executable)
--- a/
update-staticpage.sh
+++ b/
update-staticpage.sh
@@
-1,5
+1,5
@@
#!/bin/sh
set -e
-cd /home/ijackson/public-html/cam-grin
-./bcp5-registry.pl >
index.html
.new
-mv
index.html.new index.html
+file=/home/ijackson/public-html/cam-grin/index.html
+./bcp5-registry.pl >
$file
.new
+mv
$file.new $file