I am trying to build code under OpenWRT. I find that the uClibc compilation breaks [fails to build saying linux/errno.h is not found] if I have an environment variable [defined as export dst=/projects//... on a network-share].
If I change the name of that environment variable [to pkdst] - I do not see that error and OpenWRT build succeeds.
Is $dst some kind of "special" shell-variable under BASH?