https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198169
Gary <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #1 from Gary <[email protected]> --- (In reply to hbowden from comment #0) Your shell syntax is wrong If you run setenv D /usr/home/nah/jail in a /bin/sh shell on it's own you get # setenv D /usr/home/nah/jail setenv: not found # The correct syntax would be something like D=/usr/home/nah/jail e.g. # D=/usr/home/nah/jail # echo $D /usr/home/nah/jail # What you did was you didn't have a value for D so you overwrote your existing installation with your make buildworld/installworld/distribution -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
