From: Richard M. Stallman Date: Tue, 12 Apr 1994 20:13:58 +0000 (+0000) Subject: (next): Fix typo in m68k-next-ns3 alternative. X-Git-Tag: fsf-origin~706 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01a2e403ce019af8a56b1939c80ee1f2c3072744;p=thirdparty%2Fautoconf.git (next): Fix typo in m68k-next-ns3 alternative. --- diff --git a/config.sub b/config.sub index ff0323bf9..25300219e 100755 --- a/config.sub +++ b/config.sub @@ -344,7 +344,7 @@ case $basic_machine in -ns2*) ;; *) - $os=-ns3 + os=-ns3 ;; esac ;;