Fix typo in INSTALL

This commit is contained in:
Andrés Delfino
2026-03-29 14:23:54 -03:00
committed by Dan Cross
parent 6aa005a3b4
commit 4f90c1294f

View File

@@ -211,7 +211,7 @@ if $doinstall; then
echo " PLAN9=$PLAN9" echo " PLAN9=$PLAN9"
echo " export PLAN9" echo " export PLAN9"
echo ' PATH=$PATH:$PLAN9/bin' echo ' PATH=$PATH:$PLAN9/bin'
echo " export PLAN9" echo " export PATH"
fi fi
) 2>&1 | tee install.log | $awk -f $PLAN9/dist/isum.awk -v 'copy='install.sum ) 2>&1 | tee install.log | $awk -f $PLAN9/dist/isum.awk -v 'copy='install.sum