File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 $downloader = " wget -q" ;
6363 $archname = $arch . " -linux" ;
6464 }
65- elsif ($os eq " Darwin" and ($arch eq " i686 " or $arch eq " x86_64" ))
65+ elsif ($os eq " Darwin" and ($arch eq " i386 " or $arch eq " x86_64" ))
6666 {
6767 $downloader = " curl -L -O -s" ;
6868 $archname = " i386-osx" ;
6969 }
7070 else
7171 {
72- printf (STDERR " Not on Linux i686/x86_64 or Darwin!\n " );
72+ printf (STDERR " Not on Linux i686/x86_64 or Darwin i386/x86_64 !\n " );
7373 exit (1);
7474 }
7575
Original file line number Diff line number Diff line change 6262 $downloader = " wget -q" ;
6363 $archname = $arch . " -linux" ;
6464 }
65- elsif ($os eq " Darwin" and ($arch eq " i686 " or $arch eq " x86_64" ))
65+ elsif ($os eq " Darwin" and ($arch eq " i386 " or $arch eq " x86_64" ))
6666 {
6767 $downloader = " curl -L -O -s" ;
6868 $archname = " i386-osx" ;
6969 }
7070 else
7171 {
72- printf (STDERR " Not on Linux i686/x86_64 or Darwin!\n " );
72+ printf (STDERR " Not on Linux i686/x86_64 or Darwin i386/x86_64 !\n " );
7373 exit (1);
7474 }
7575
You can’t perform that action at this time.
0 commit comments