[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ea11fea30804091139x54b53d6al352a61e7a996bf80@mail.gmail.com>
Date: Thu, 10 Apr 2008 00:09:18 +0530
From: "Manish Katiyar" <mkatiyar@...il.com>
To: tytso@....edu, linux-ext4@...r.kernel.org
Subject: e2fsprogs - Unable to run "make check" on ubuntu
Hi,
I was running "make check" on ubuntu 7.10 and encountered the below error
/home/mkatiyar/e2fs-git/lib/ss> make check
RUN TEST test_ss
/bin/sh: Syntax error: Bad fd number
make: *** [check] Error 2
It is because on ubuntu /bin/sh is a soft link to "dash" on ubuntu
which doesn't seem to respect the standard redirection of >& to
test_out. Changing either the shell to "/bin/bash" or changing the
standard ">& test_out" to ">test_out 2>&1" works properly.
Let me know if we need to change and which one is the correct fix for
it. I will submit a patch for it.
--
Thanks & Regards,
********************************************
Manish Katiyar ( http://mkatiyar.googlepages.com )
3rd Floor, Fair Winds Block
EGL Software Park
Off Intermediate Ring Road
Bangalore 560071, India
***********************************************
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists