]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/bash: remove dead comment
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 3 Feb 2018 15:09:24 +0000 (16:09 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 3 Feb 2018 18:55:51 +0000 (19:55 +0100)
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>
package/bash/bash.mk

index 03f8f286ed4d80ea12a716f5414faef51f651d27..e9384911a0280778fb251735ffbadd2b1056c00d 100644 (file)
@@ -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