Skip to content

Commit

Permalink
Remove unsed parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 20, 2017
1 parent 8f9d7e8 commit 508b8cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions maintainer-tools/horde-build-website-docs.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
#!/bin/bash
#
# Usage: horde-build-website-docs.sh [module [/path/to/modules /path/to/HEAD]]
# Usage: horde-build-website-docs.sh [module [/path/to/modules]]

. $(dirname $0)/horde-build-website-docs.conf || exit

SOURCEDIR=${2:-$(pwd)}
HEADDIR=${3:-$(pwd)}

# Check if everything is in place
test -x $GENERATOR || {
Expand Down

0 comments on commit 508b8cd

Please sign in to comment.