diff options
-rwxr-xr-x | relayout | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/relayout b/relayout index 14d95f99..bfcb8011 100755 --- a/relayout +++ b/relayout @@ -3,9 +3,7 @@ # create room between 023 and 024, and so on. # # Assumes there's only ever one file with any numeric prefix. If you move -# 003trace.tests you might need to do some manual patch-up. - -setopt extendedglob +# 003trace.test.cc you might need to do some manual patch-up. if [[ $# -eq 0 && `git diff HEAD |wc -l` -gt 0 ]] then |