mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
debugger fix
This commit is contained in:
parent
7e84bbaebc
commit
c56ef8cff2
2
inxi
2
inxi
|
@ -1246,7 +1246,7 @@ sub create_debug_directory {
|
||||||
if ($b_root){
|
if ($b_root){
|
||||||
$root_string = '-root';
|
$root_string = '-root';
|
||||||
}
|
}
|
||||||
$bsd_string = "-$bsd_type-$os" if $bsd_type;
|
$bsd_string = "-BSD-$bsd_type" if $bsd_type;
|
||||||
$arm_string = '-ARM' if $b_arm;
|
$arm_string = '-ARM' if $b_arm;
|
||||||
$debug_dir = "$self_name$arm_string$bsd_string-$host-$today$root_string-$version";
|
$debug_dir = "$self_name$arm_string$bsd_string-$host-$today$root_string-$version";
|
||||||
$debug_gz = "$debug_dir.tar.gz";
|
$debug_gz = "$debug_dir.tar.gz";
|
||||||
|
|
Loading…
Reference in a new issue