Hi,
I think there is a typo in poplog_base/pop/com/popenv.sh in line
228.
The three '===' are uncalled for.
See the patch:
--- popenv.sh.old 2019-06-30 02:11:27.000000000 +0200
+++ popenv.sh.new 2020-02-19 22:16:31.881724999 +0100
@@ -256,7 +256,7 @@
POP_XT_EXLIBS="x=mit/1100${XT_VER}: $XT_DIRS $XT_FILES"
# Default for X link -- used by pglink/poplink option -xlink (or nothing)
-POP_XLINK_EXLIBS===POP_${XLINK}_EXLIBS
+POP_XLINK_EXLIBS=POP_${XLINK}_EXLIBS
# Default include directory for compiling pop X sources
POP_X_INCLUDE=${X_INCL-/usr/include}
Greetings
Andreas
--
ceterum censeo redmondinem esse delendam