From 3dc4f1e6d73f6f30057b6548d3c5daa6305febb9 Mon Sep 17 00:00:00 2001 From: Joenio Costa Date: Fri, 17 Jul 2015 23:15:28 -0300 Subject: [PATCH] allow run the "quick-start" script from everywhere --- script/quick-start | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/script/quick-start b/script/quick-start index 2fc89fa..288e8d7 100755 --- a/script/quick-start +++ b/script/quick-start @@ -61,6 +61,8 @@ setup_rubygems_path() { fi } +# change current directory to the noosfero's root +cd "$(dirname $0)/../" force_install=false if test "$1" = '--force-install'; then -- libgit2 0.21.2