Fixed argument for freerdp source.

This commit is contained in:
Armin Novak
2016-02-04 13:56:33 +01:00
parent b8106a1a62
commit 74f3ebf793

View File

@@ -25,7 +25,7 @@ while [[ $# > 0 ]]
do
key="$1"
case $key in
--src)
--freerdp-src)
SRC_DIR="$2"
shift
;;