From 20d21c5d2db3a5e01ebc7a88eeacff12ed0d80f7 Mon Sep 17 00:00:00 2001 From: rms Date: Tue, 12 Apr 1994 20:13:58 +0000 Subject: [PATCH] (next): Fix typo in m68k-next-ns3 alternative. --- config.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sub b/config.sub index ff0323b..2530021 100755 --- a/config.sub +++ b/config.sub @@ -344,7 +344,7 @@ case $basic_machine in -ns2*) ;; *) - $os=-ns3 + os=-ns3 ;; esac ;;