From c441be639b587d967fa6667d317cb7c027ab6a5a Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 23 Apr 2014 17:26:08 +0200 Subject: [PATCH] Newer version of the script --- doc/docbook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docbook.sh b/doc/docbook.sh index 9e8ad1a..e94749c 100755 --- a/doc/docbook.sh +++ b/doc/docbook.sh @@ -118,7 +118,7 @@ while getopts "ciuP:" name; do uninstall=1 ;; P) - PREFIX="$2" + PREFIX="$OPTARG" ;; ?) _usage