summaryrefslogtreecommitdiffstats
path: root/scripts/setup
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/setup')
-rwxr-xr-xscripts/setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/setup b/scripts/setup
index 068ffe9a27..edb41a08be 100755
--- a/scripts/setup
+++ b/scripts/setup
@@ -80,9 +80,9 @@ do
f) echo -n "GCC3 patch version>"
read gcc3_patch_version ;;
g) echo -n "NEWLIB source >"
- read newlib_version ;;
+ read gcc3newlib_version ;;
h) echo -n "NEWLIB patch version>"
- read newlib_patch_version ;;
+ read gcc3newlib_patch_version ;;
i) echo -n "GCC3/NEWLIB RPM release >"
read gcc3newlib_rpm_release ;;
*)