diff mbox series

package/bash: remove dead comment

Message ID 20180203150924.3251-1-yann.morin.1998@free.fr
State Accepted
Commit eadf8696a899cea391d7abe7f0547152c64ed40b
Headers show
Series package/bash: remove dead comment | expand

Commit Message

Yann E. MORIN Feb. 3, 2018, 3:09 p.m. UTC
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>

---
Noticed while reviewing the series adding shells to /etc/shells.
Thanks Romain! ;-)
---
 package/bash/bash.mk | 1 -
 1 file changed, 1 deletion(-)

Comments

Peter Korsgaard Feb. 3, 2018, 6:56 p.m. UTC | #1
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > 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>

 > ---
 > Noticed while reviewing the series adding shells to /etc/shells.
 > Thanks Romain! ;-)

Committed, thanks.
diff mbox series

Patch

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