From 1ac5aa547dcb2262f2e17be35fc017013e7c190e Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 17 Nov 1993 16:49:43 +0000 Subject: [PATCH] Fix: reset DISABLE_LANG and DISABLE_SUP when installing everything --- first/first | 2 ++ 1 file changed, 2 insertions(+) diff --git a/first/first b/first/first index a54610181..dd28c46c9 100755 --- a/first/first +++ b/first/first @@ -163,6 +163,8 @@ do LIMIT=n DO_MACHINE_INDEP=y DO_FAST=n + DISABLE_LANG= + DISABLE_SUP= if [ $TARGET_HOME = $UTIL_HOME ] then case $ACM in -- 2.34.1