mirror of
https://github.com/fspc/dswim.git
synced 2025-04-04 08:13:24 -04:00
Check at line 150 to make sure ib{/.} and $yich are defined.
This commit is contained in:
parent
4350c68f9a
commit
1a233fa17b
@ -147,7 +147,7 @@ sub process_md {
|
||||
}
|
||||
}
|
||||
}
|
||||
$ib{"/."} = $ib{"/."} . " $yich";
|
||||
$ib{"/."} = $ib{"/."} . " $yich" if defined $ib{"/."} && $yich;
|
||||
}
|
||||
|
||||
# after much experimentation it turns out that a flat text file
|
||||
|
Loading…
x
Reference in New Issue
Block a user