config/debug.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Jul 01 00:24:04 2010 +0200 (2010-07-01)
changeset 2002 1be81b72dea4
parent 924 941294c6fcf1
permissions -rw-r--r--
libc/glibc: fix installed scripts

glibc installs some bash-scripts, but uses the path to the buildtool
bash as interpreter (on the shebang line). This is only a symlink to
the real bash, and thus is not available at runtime.

Fix that by assuming that bash on the target *will* be /bin/bash.
     1 menu "Debug facilities"
     2 source "config.gen/debug.in"
     3 endmenu