Delete the notrun call.

067 no longer panics for me.
This commit is contained in:
Tim Shimmin
2002-05-22 02:21:06 +00:00
parent c363eb3052
commit 9af88ebc77
3 changed files with 169 additions and 3 deletions
+2 -1
View File
@@ -98,7 +98,8 @@ _filter_aces()
idlist[$1] = $3
}
}
/^user/ { if ($2 in idlist) sub($2, idlist[$2])}
/^user/ { if ($2 in idlist) sub($2, idlist[$2]); print; next}
/^default:user/ { if ($3 in idlist) sub($3, idlist[$3]); print; next}
{print}
'
}