diff options
author | David Wührer <def@gmx.at> | 2023-05-13 17:15:33 +0200 |
---|---|---|
committer | David Wührer <def@gmx.at> | 2023-05-13 17:15:33 +0200 |
commit | 9bd7b1078f0d23bd452110451d1762f118e99fbf (patch) | |
tree | 91791ba13253d28039564cd555a37d0628fd4ea6 /pf | |
parent | dc3b063ef6b370d1b3594ed785c682ea2db09b41 (diff) |
improvements
Diffstat (limited to 'pf')
-rwxr-xr-x | pf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ get_children () { get_ancestors () { case $1 in - 1|'') : + 0|1|'') : ;; *) get_ancestors $(get_parent $1) esac echo "$1" |