Skip to content

Commit

Permalink
tab test not running
Browse files Browse the repository at this point in the history
This is a change in an attempt to find out why.
  • Loading branch information
underwoo committed Mar 12, 2020
1 parent 9ff6da8 commit 538fe39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ftn_tab_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@
# * .inc .INC
# * .fh .FH
# * .for .FOR
find -O3 . -iregex ".*\.\(f\(90\)?\|inc\|fh\|for\)$" \
-exec grep -l $'\t' {} \;
find -O3 . -iregex ".*\.\(f\(90\)?\|inc\|fh\|for\)$" -exec grep -l $'\t' {} \;

0 comments on commit 538fe39

Please sign in to comment.