* mu-config: set default target dir to "."
This commit is contained in:
@ -231,6 +231,8 @@ config_options_group_extract (MuConfigOptions *opts)
|
||||
{ NULL, 0, 0, 0, NULL, NULL, NULL }
|
||||
};
|
||||
|
||||
opts->targetdir = g_strdup("."); /* default is the current dir */
|
||||
|
||||
og = g_option_group_new ("extract",
|
||||
"options for the 'extract' command",
|
||||
"", NULL, NULL);
|
||||
|
||||
Reference in New Issue
Block a user