summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2008-10-29 13:39:19 +0000
committerWolfram Sang <w.sang@pengutronix.de>2008-10-29 13:39:19 +0000
commita560294316aed3a671ffc80599ed4a1e4432c692 (patch)
tree6cdaa2599774a9a8990cc5376374efcca9f2ffda /bin
parent1e41b0c77210f58cb586bdd2cc88bec56c56b29a (diff)
downloadptxdist-a560294316aed3a671ffc80599ed4a1e4432c692.tar.gz
ptxdist-a560294316aed3a671ffc80599ed4a1e4432c692.tar.xz
* menu: don't use tabs in the menu (may look broken depending on screen width)
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8991 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ptxdist6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index 141a9ca14..709af757e 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -73,11 +73,11 @@ menu() {
"kernel" "Configure Kernel (${kernel_version})" \
"u-boot-v2" "Configure U-Boot-v2 (${u_boot_v2_version})" \
"--------------" "--------------------------------------------" \
- "select" "Select Software Platform (${ptxconfig})" \
- "platform" "Select Hardware Platform (${platform})" \
+ "select" "Select Software Platform (${ptxconfig})" \
+ "platform" "Select Hardware Platform (${platform})" \
"--------------" "--------------------------------------------" \
"boardsetup" "Configure Board Properties" \
- "setup" "Configure User Properties" \
+ "setup" "Configure User Properties" \
3>&1 1>&4 \
)" || return
exec 4>&-