summaryrefslogtreecommitdiff
path: root/pf
diff options
context:
space:
mode:
authorDavid Wührer <def@gmx.at>2023-05-13 17:15:33 +0200
committerDavid Wührer <def@gmx.at>2023-05-13 17:15:33 +0200
commit9bd7b1078f0d23bd452110451d1762f118e99fbf (patch)
tree91791ba13253d28039564cd555a37d0628fd4ea6 /pf
parentdc3b063ef6b370d1b3594ed785c682ea2db09b41 (diff)
improvements
Diffstat (limited to 'pf')
-rwxr-xr-xpf2
1 files changed, 1 insertions, 1 deletions
diff --git a/pf b/pf
index 95c8e92..0358689 100755
--- a/pf
+++ b/pf
@@ -12,7 +12,7 @@ get_children () {
get_ancestors () {
case $1 in
- 1|'') :
+ 0|1|'') :
;; *) get_ancestors $(get_parent $1)
esac
echo "$1"