more plural -> singular cleanups

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.0
Nico Schottelius 14 years ago
parent be7c647165
commit b683b8ca70
  1. 2
      conf/explorer/pkg_system
  2. 2
      conf/manifest/init
  3. 0
      conf/type/__file/parameter/optional
  4. 0
      conf/type/__file/parameter/required
  5. 0
      conf/type/__issue/parameter/optional
  6. 0
      conf/type/__issue/parameter/required
  7. 0
      conf/type/__package/parameter/optional
  8. 0
      conf/type/__package/parameter/required
  9. 0
      conf/type/__package_emerge/parameter/optional
  10. 0
      conf/type/__package_emerge/parameter/required

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

@ -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)

Loading…
Cancel
Save