From b3912c378e073fb3f403f644b8262f0303ff72dc Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Tue, 21 Apr 2015 22:20:36 +0900 Subject: [PATCH] Fix typo dash is not bash. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a3860b4ef..4c5ea9e281 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ sudo apt-get -y install bison gawk g++ createrepo python-aptdaemon genisoimage t Make sure `/bin/sh` is a symbolic link pointing to `/bin/bash` -If `/bin/sh` is pointing `/bin/dash`, execute the following: +If `/bin/sh` is pointing `/bin/bash`, execute the following: ``` rm -f /bin/sh ln -s /bin/bash /bin/sh