mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-26 08:22:31 +00:00
populate_installer_dir: fix wrong variable name
This commit is contained in:
parent
0fa1a9e427
commit
830ccd17b9
@ -119,7 +119,7 @@ function copy_files {
|
||||
while [[ ! -z $1 ]]; do
|
||||
case $1 in
|
||||
-t|--target-dir) tgt_dir=$2; shift; ;;
|
||||
-m|--mxe-dir) mxd_dir=$2; shift; ;;
|
||||
-m|--mxe-dir) mxe_dir=$2; shift; ;;
|
||||
-s|--saxon-dir) saxon_dir=$2; shift; ;;
|
||||
*) fail "Unknown option $1" ;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user