mirror of
https://github.com/fspc/dswim.git
synced 2026-09-16 08:31:39 -04:00
Things are now put below the default_directory.
This commit is contained in:
@@ -93,6 +93,8 @@ BEGIN {
|
||||
$ENV{'PATH'} = "/usr/sbin:" . $ENV{'PATH'};
|
||||
}
|
||||
|
||||
$main::home = $ENV{'HOME'};
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -347,8 +349,8 @@ sub command {
|
||||
|
||||
# this will handle options with arguments
|
||||
|
||||
$main::home = $ENV{'HOME'};
|
||||
home_builder("$main::home$parent$base/info");
|
||||
home_builder("$default_directory$parent$base/info");
|
||||
$main::home = $default_directory;
|
||||
|
||||
if ($Getopt::Long::error == 1 || $commands{"root"} ||
|
||||
$commands{"dbpath"}) {
|
||||
|
||||
Reference in New Issue
Block a user