From d5b69dd65740e1549aa1728b051f39797aaa8a97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Wed, 26 Jun 2013 15:59:06 +0200 Subject: [PATCH] Remove references to the removed "vibe" script. --- setup-freebsd.sh | 1 - setup-linux.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup-freebsd.sh b/setup-freebsd.sh index ab143661c8..e07c82970b 100755 --- a/setup-freebsd.sh +++ b/setup-freebsd.sh @@ -79,4 +79,3 @@ echo '{ # if everything went fine echo "Setup finished successfully." -echo "You can now run 'vibe' from any vibe.d application directory to run an app (e.g. in examples/http_server/)." diff --git a/setup-linux.sh b/setup-linux.sh index 300525640f..c6fcce2d6a 100755 --- a/setup-linux.sh +++ b/setup-linux.sh @@ -167,7 +167,7 @@ finstall() chmod 0755 $SYMLINK_FILE # if everything went fine - echo -e "\n \033[32;40;7;1m'vibe' installed successfully!\033[0m\n" + echo -e "\n \033[32;40;7;1mvibe.d installed successfully!\033[0m\n" echo "You need to have the following dependencies installed:" echo " ·dmd 2.061 - http://dlang.org" echo " ·libssl (development files) - http://www.openssl.org/"