index
:
utils.git
master
Some useful commands, and some less useful ones. With manuals.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pf
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'pf')
-rwxr-xr-x
pf
2
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"