diff options
author | Reuben Thomas <rrt@sc3d.org> | 2010-11-30 23:09:28 +0000 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2010-12-08 20:29:37 +0000 |
commit | a61505239398139eec7deb64b785bfc24e5e3e54 (patch) | |
tree | 5dedb2dc20bee8accc7750478eeb596cb46c65ed /set-serial.sh | |
parent | 5db7e9e7182ea5b7e1cf40aee46b7b3b10e6e247 (diff) | |
download | autoconf-archive-a61505239398139eec7deb64b785bfc24e5e3e54.tar.gz |
Implement a TODO item: add set-serial to build process (and fix a comment typo in set-serial.sh).
Diffstat (limited to 'set-serial.sh')
-rwxr-xr-x | set-serial.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/set-serial.sh b/set-serial.sh index bc53cbf..e6aa016 100755 --- a/set-serial.sh +++ b/set-serial.sh @@ -18,7 +18,7 @@ for n in "$@"; do # Update the serial number in the m4 file. set-serial-number "$n" "$revision" # Check whether git regards the file as "modified" now. If it does, - # the serial nmuber needs to be bumped one more time. + # the serial number needs to be bumped one more time. if ! git diff --quiet --exit-code -- "$n"; then set-serial-number "$n" "$((revision + 1))" fi |