diff options
Diffstat (limited to 'bin/makedoc.sh')
-rwxr-xr-x | bin/makedoc.sh | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/bin/makedoc.sh b/bin/makedoc.sh index 26757c0a7..40c75bf47 100755 --- a/bin/makedoc.sh +++ b/bin/makedoc.sh @@ -1,15 +1,6 @@ -#!/usr/bin/env bash +#!/bin/sh -if [ -z "$SSH_TTY" ] -then - if [ -z "$DEV_TTY" ] - then - echo "Not on the shell." - exit 1 - fi -fi - -TITLE="RoundCube Classes" +TITLE="Roundcube Classes" PACKAGES="Core" INSTALL_PATH="`dirname $0`/.." |