diff options
author | 2018-02-03 16:09:24 +0100 | |
---|---|---|
committer | 2018-02-03 19:55:51 +0100 | |
commit | eadf8696a899cea391d7abe7f0547152c64ed40b (patch) | |
tree | 8e0da446146bad4e3b765c40cec636e060b4a157 | |
parent | 9fab7e408a2f4148d732b128eff077a6b38b27bb (diff) | |
download | buildroot-eadf8696a899cea391d7abe7f0547152c64ed40b.tar.gz buildroot-eadf8696a899cea391d7abe7f0547152c64ed40b.tar.bz2 |
package/bash: remove dead comment
Commit 02e5cef1 (system: add option to choose what /bin/sh points to)
removed the symlink creation, but forgot to remove the corresponding
comment, which is now more puzzling than amusing...
Remove the comment.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Romain Naour <romain.naour@gmail.com>
Cc: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/bash/bash.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/bash/bash.mk b/package/bash/bash.mk index 03f8f286ed..e9384911a0 100644 --- a/package/bash/bash.mk +++ b/package/bash/bash.mk @@ -39,7 +39,6 @@ BASH_CONF_ENV += bash_cv_getenv_redef=yes endif endif -# Make /bin/sh -> bash (no other shell, better than busybox shells) # Add /bin/bash to /etc/shells otherwise some login tools like dropbear # can reject the user connexion. See man shells. define BASH_INSTALL_TARGET_CMDS |