From 5ac9162f1c67fd21737ead11d7ebc638bf4eef5f Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Mon, 12 Sep 2011 11:59:50 +0200 Subject: Some typos 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" -- cgit v0.10.1