summaryrefslogtreecommitdiff
path: root/Master/common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Master/common.sh')
-rwxr-xr-xMaster/common.sh11
1 files changed, 7 insertions, 4 deletions
diff --git a/Master/common.sh b/Master/common.sh
index da65fb1dc2a..f64cc072fad 100755
--- a/Master/common.sh
+++ b/Master/common.sh
@@ -33,6 +33,7 @@ setvars()
# changed to _.
p_alpha_linux_n='DEC Alpha with GNU/Linux'
p_alphaev5_osf_n='DEC Alphaev5 OSF'
+ p_i386_cygwin_n='Intel x86 with Cygwin'
p_i386_darwin_n='Intel x86 with MacOSX/Darwin'
p_i386_freebsd_n='Intel x86 with FreeBSD'
p_i386_linux_n='Intel x86 with GNU/Linux'
@@ -552,7 +553,7 @@ menu_this_platform()
while true; do
cls
textvar_show screen_5; echo
- case `getopt NABCDEFGHIJRQ 'Select the platform you are currently on'` in
+ case `getopt NABCDEFGHIJKRQ 'Select the platform you are currently on'` in
N) this_system=''; this_platform_set ;;
A) this_system=i386_linux; this_platform_set ;;
B) this_system=win32; this_platform_set ;;
@@ -563,8 +564,9 @@ menu_this_platform()
G) this_system=powerpc_aix; this_platform_set ;;
H) this_system=sparc_solaris; this_platform_set ;;
I) this_system=i386_freebsd; this_platform_set ;;
- J) this_system=x86_64_linux; this_platform_set ;;
- K) this_system=sparc_linux; this_platform_set ;;
+ J) this_system=i386_cygwin; this_platform_set ;;
+ K) this_system=x86_64_linux; this_platform_set ;;
+ L) this_system=sparc_linux; this_platform_set ;;
R) total_stat; return ;;
Q) exit_on_confirm ;;
esac
@@ -816,7 +818,8 @@ screen_5='Current platform: $this_platform_n
<G> $p_powerpc_aix_n
<H> $p_sparc_solaris_n
<I> $p_i386_freebsd_n
- <J> $p_x86_64_linux_n
+ <J> $p_i386_cygwin_n
+ <K> $p_x86_64_linux_n
<K> $p_sparc_linux_n
<R> return to main menu