mirror of
git://sourceware.org/git/glibc.git
synced 2026-09-08 23:58:31 +08:00
The nscd init script calls for #! /bin/bash interpreter since it uses bash specific extentions namely (translated strings) and echo -n command, replace echo with printf and switch the shell interpreter to Reviewed-by: Sam James <sam@gentoo.org>