ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=dc821546ad6e4b4c90be6854410e39038648b00d

commit dc821546ad6e4b4c90be6854410e39038648b00d
Author: Andy Williams <a...@andywilliams.me>
Date:   Fri Dec 8 11:00:40 2017 +0000

    gendoc: Allow script to be run from other directories
---
 src/scripts/elua/apps/gendoc.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/scripts/elua/apps/gendoc.sh b/src/scripts/elua/apps/gendoc.sh
index 73618c2125..f14fcfda6e 100755
--- a/src/scripts/elua/apps/gendoc.sh
+++ b/src/scripts/elua/apps/gendoc.sh
@@ -1,5 +1,6 @@
 #!/bin/sh
 # a parallel doc generation script
+cd "$(dirname "$(realpath "$0")")";
 
 # exit on failure
 set -e

-- 


Reply via email to