changeset 35:25bfa6ac9f84

Make the "supported architecutes" list have sane line breaks.
author Rob Landley <rob@landley.net>
date Mon, 11 Dec 2006 19:51:35 -0500
parents ad1cfcb043c7
children 2f1a6a4645ed
files include.sh
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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