<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>When I install ghc on Jessie (7.6), usr/bin/ghc links to <span>lib/ghc/bin/ghc</span>, which is a script beginning with #!/bin/sh.</p>
<p><br>
</p>
<p>When installing on Stretch (7.10), <span>usr/bin/ghc is a script beginning with #!/bin/bash. This fails on systems where bash has been removed (e.g. space-constrained or performance-sensitive servers).</span><br>
</p>
<p><br>
</p>
<p>Was this change intentional? Could it be reversed?</p>
<p><br>
</p>
<p>I'm getting by in the meantime by linking /bin/bash to /bin/sh during the package install.<br>
</p>
</div>
</body>
</html>