bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

/bin/sh in configure tests


From: Andreas Enge
Subject: /bin/sh in configure tests
Date: Sun, 13 Jan 2013 23:06:27 +0100
User-agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; )

A package I am trying to build contains the following lines in its configure:

 

case `/bin/sh -c "echo -n x"` in

-n*)

case `/bin/sh -c "echo 'x\c'"` in

...

 

Would it make sense to globally add a rule to patch-shebangs so that

"`/bin/sh" is replaced? If not, how can this be handled?

 

Andreas

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]