diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-24 09:14:28 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-24 09:14:28 -0700 |
commit | e351d6fd04d95068fac4402dc103e0752182fa8d (patch) | |
tree | 838710b9af3048ef56fa92303b40abe088503a56 | |
parent | a9015c63f270a34a47b4bd0232ddc89ec8653c82 (diff) | |
download | mu-e351d6fd04d95068fac4402dc103e0752182fa8d.tar.gz |
1161
-rwxr-xr-x | cpp/relayout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/relayout b/cpp/relayout index a1fc788e..710ccf04 100755 --- a/cpp/relayout +++ b/cpp/relayout @@ -3,7 +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 -# 002trace.tests you might need to do some manual patch-up. +# 003trace.tests you might need to do some manual patch-up. setopt extendedglob |