# HG changeset patch # User Rob Landley # Date 1165884695 18000 # Node ID 25bfa6ac9f843f7fa371b2cfbedcac75943efc32 # Parent ad1cfcb043c729334dfe0961098401911e2099c1 Make the "supported architecutes" list have sane line breaks. diff -r ad1cfcb043c7 -r 25bfa6ac9f84 include.sh --- a/include.sh Mon Dec 11 17:14:36 2006 -0500 +++ b/include.sh Mon Dec 11 19:51:35 2006 -0500 @@ -125,7 +125,8 @@ if [ ! -f "${TOP}/sources/configs/${ARCH}" ] then echo "Usage: $0 ARCH" - echo "Supported architectures: $(cd "${TOP}/sources/configs" && ls)" + echo "Supported architectures: " + (cd "${TOP}/sources/configs" && ls) exit 1 fi