]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Mehr Fehlermöglichkeiten bei dobudish/ dir Prüfung melden
authorJan Büren <jan@kivitendo-premium.de>
Mon, 23 Nov 2015 17:30:16 +0000 (18:30 +0100)
committerJan Büren <jan@kivitendo-premium.de>
Mon, 23 Nov 2015 17:30:16 +0000 (18:30 +0100)
scripts/build_doc.sh

index 6362075a3cef7589d6cccaf22ebbf8c1f431b576..2efa9b991e2370dca4f767fb2b4302a42b4f86dc 100755 (executable)
@@ -39,7 +39,7 @@ fi
 dobudish=$(ls -d doc/build/dobudish* 2> /dev/null)
 
 if [[ -z $dobudish ]] || [[ ! -d ${dobudish} ]]; then
-  echo "There's no dobudish directory inside doc/build."
+  echo "There's no dobudish directory inside doc/build OR more than one file / dir starting with dobudish (hint: zip file downloaded there?)."
   exit 1
 fi