Check out this article:
https://wiki.ubuntu.com/DashAsBinSh
/bin/sh is still just a symlink to /bin/bash on Debian.
mjp
On Oct 8, 2008, at 2:43 PM, Mishkin Derakhshan wrote:
Hi Nick,
I tried unalias -a
and then runnig qdec but it didn't work either.
I think the problem is with bash vs. sh
Hi Nick,
I tried unalias -a
and then runnig qdec but it didn't work either.
I think the problem is with bash vs. sh in ubuntu (possible all debian
systems). ie. /bin/sh is not the same as /bin/bash so not all bash
commands will work.
I did this:
sudo mv /bin/sh /bin/sh.bak
sudo ln -s /bin/bash /b
Mishkin,
Does this directory exist?
/lab1/FreeSurfer/4.0.5/ms-mni/testing/tester
The error message you are seeing is checking for the existence of that
directory.
Nick
On Tue, 2008-10-07 at 14:30 -0400, Mishkin Derakhshan wrote:
> Hi,
> When I try to load a qdec.table.dat I always get the sam
Hi,
When I try to load a qdec.table.dat I always get the same error:
sh: Syntax error: Bad fd number
ERROR: QdecProject::VerifySubjects: Couldn't find subject 'tester' in
SUBJECTS_DIR
I've tried digging around through the archives and still can't seem to
find a solution for this problem.
I've tri