# Runs setup.sh in all configuration directories. Must be run in the main
# configuration directory.
-# Copyright (C) 2009-2013 Simon Ruderich
+# Copyright (C) 2009-2018 Simon Ruderich
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
project=`printf '%s' "$path" | sed 's|/setup.sh$||'`
- printf "running setup.sh in '%s'\n" "$project"
+ printf 'running setup.sh in "%s"\n' "$project"
( cd "$project" && ./setup.sh >/dev/null ) || {
printf '%s/setup.sh failed\n' "$project" >&2
exit 1