Add --plugindir as alias to --plugin-dir

This commit is contained in:
mboelen 2016-04-13 12:08:31 +02:00
parent 28bc866686
commit 13f1373944
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@
;; ;;
# Define a custom plugin directory # Define a custom plugin directory
--plugin-dir | --plugins-dir) --plugindir | --plugin-dir | --plugins-dir)
shift shift
PLUGINDIR=$1 PLUGINDIR=$1
LASTCHAR=`echo $1 | awk '{ print substr($0, length($0))}'` LASTCHAR=`echo $1 | awk '{ print substr($0, length($0))}'`