thorsten wrote: >> /bin/sh: sh: command not found > > > Hi, > > what does > > export | grep PATH > > output? > > thorsten
lfs:~$ ls -l /bin/sh lrwxrwxrwx 1 root root 4 Jul 8 01:14 /bin/sh -> bash lfs:~$ export | grep PATH declare -x PATH="/tools/bin:/usr/bin" should /bin be in $PATH too? -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
