diff options
Diffstat (limited to 'scripts/tree.rc')
| -rw-r--r-- | scripts/tree.rc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/tree.rc b/scripts/tree.rc index 28916224..12bf9c32 100644 --- a/scripts/tree.rc +++ b/scripts/tree.rc @@ -6,10 +6,7 @@ repo=$1 tag=$2 index=$3 -fn checkstatus { - s=$status if(! ~ $s '' '|') exit $s - status=() -} +fn checkstatus {} ifs=() { oldcwd=`{pwd | head -c -1} } cd $repo |
