On Wednesday 07 April 2021 08:28:49 IL Ka wrote: > > The first of them will be added but not the other if I > > . .profile > > Try to debug it. First of all, run this from the command line: > > [ -d "$HOME/AppImages" ] ; echo $? > > result should be "0". If not, then there must be some problem with > this directory (check name, case, etc). > > Then try > > set -v > . .profile > > and check output carefully
And it worked. Why? Set +v turns off the echo and it still works. Go figure. Thanks Oh wait, go try it on the machine its not woking on. Cheers, Gene Heskett -- "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author) If we desire respect for the law, we must first make the law respectable. - Louis D. Brandeis Genes Web page <http://geneslinuxbox.net:6309/gene>

