]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Fix doc typo in setup.sh.
authorSimon Ruderich <simon@ruderich.org>
Sat, 21 Feb 2009 00:14:21 +0000 (18:14 -0600)
committerSimon Ruderich <simon@ruderich.org>
Sat, 21 Feb 2009 00:14:21 +0000 (18:14 -0600)
setup.sh

index b902a261b83ed02182f8fc82b231cbbb95856163..0f6cd1f458115955b5cfc9f3021449b97ee54987 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -6,7 +6,7 @@
 # Projects which use git.
 projects="browser lftp mail music os shell vcs vim"
 
-# Run .setup.sh in each project.
+# Run setup.sh in each project.
 for project in $projects; do
     [ -d "$project" ] && (echo "running setup.sh in '$project'";
                           cd "$project"; ./setup.sh > /dev/null)