about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xblog2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog b/blog
index d382c58..7ff706c 100755
--- a/blog
+++ b/blog
@@ -5,7 +5,7 @@ while(! ~ $#* 0) {
 	switch ($1) {
 	case -w
 		webroot=$2
-		shift'
+		shift
 	case *
 		echo Usage: g9srv/blog [-w webroot]
 		exit usage