more plural -> singular cleanups

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-24 21:36:11 +01:00
parent be7c647165
commit b683b8ca70
10 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
# #
# #
os="$("$__explorers/os")" os="$("$__explorer/os")"
case "$os" in case "$os" in
archlinux) echo pacman ;; archlinux) echo pacman ;;

View File

@ -4,7 +4,7 @@
# This is debug and should not be in a production environment # This is debug and should not be in a production environment
echo "Running initial manifest for $__target_host" echo "Running initial manifest for $__target_host"
echo "We could access other manifests in $__manifests" echo "We could access other manifests in $__manifest"
case "$__target_host" in case "$__target_host" in
localhost) localhost)