From: Simon Ruderich Date: Sat, 21 Feb 2009 00:14:21 +0000 (-0600) Subject: Fix doc typo in setup.sh. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=30ba7ec9dc1d851557ff9a9113e81a52bf050780 Fix doc typo in setup.sh. --- diff --git a/setup.sh b/setup.sh index b902a26..0f6cd1f 100755 --- 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)