bob prohaska fbsd at www.zefox.net wrote on Sat Feb 6 16:50:16 UTC 2021 : > Looks like a path problem, so > > root at pelorus > :/usr/ports/devel/autoconf # $PATH > /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin: > Command not found. > > Paths look reasonable, but what's with "Command not found" in response to > $PATH ?
Most folks would type something like: echo $PATH in order to see the translation of PATH . But you typed to use the translation of PATH as the command to execute. There is no command with the path: /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin Thus the error that it reported. === Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
