diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-12 09:59:50 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-12 09:59:50 (GMT) |
commit | 5ac9162f1c67fd21737ead11d7ebc638bf4eef5f (patch) | |
tree | 56a4add4e920db3960f196b23cb4a64fc41607f0 /scripts/update-web.sh | |
parent | ccb6af2816344a2747a9cf03eb9e393a8750dce6 (diff) |
Some typos
Diffstat (limited to 'scripts/update-web.sh')
-rwxr-xr-x | scripts/update-web.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/update-web.sh b/scripts/update-web.sh index 264da08..4180d01 100755 --- a/scripts/update-web.sh +++ b/scripts/update-web.sh @@ -7,8 +7,8 @@ if [ -z "$dmgfile" ]; then fi indexfile=../openscad.github.com/index.html if [ -f $indexfile ]; then - sed -i .backup -e "s/^\(.*mac-snapshot.*\)\(openscad-.*\.dmg\)\(.*\)\(openscad-.*dmg\)\(.*$\)/\\1$dmgfile\\3$dmgfile\\5/" $indexfile + sed -i .backup -e "s/^\(.*mac-snapshot.*\)\(OpenSCAD-.*\.dmg\)\(.*\)\(OpenSCAD-.*dmg\)\(.*$\)/\\1$dmgfile\\3$dmgfile\\5/" $indexfile + echo "Web page updated. Remember to commit and push openscad.github.com" else echo "Web page not found at $indexfile" fi -echo "Web page updated. Remember to commit and push openscad.githib.com" |