On 25.2.2013 11:58, Stephen Rothwell wrote: > ---------------------------------------------------------------------- > $ ls -l /bin/sh > lrwxrwxrwx 1 root root 4 Jul 7 2010 /bin/sh -> bash > $ bash --version > GNU bash, version 4.2.20(1)-release (x86_64-pc-linux-gnu) [...] > But bash in sh mode does not work: > > $ cat xtst.sh > #!/bin/sh > > cd /scratch/sfr/powerpc_ppc64_defconfig > > . .config > > exit 0 > $ ./xtst.sh > ./xtst.sh: line 5: .: .config: file not found Ah, so it's a too new bash that causes this. I can also reproduce it now. Michal -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html