From 30ba7ec9dc1d851557ff9a9113e81a52bf050780 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 20 Feb 2009 18:14:21 -0600 Subject: [PATCH] Fix doc typo in setup.sh. --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.43.2