diff options
| author | Stefan Kangas | 2022-10-01 20:21:28 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-10-01 20:21:52 +0200 |
| commit | 858daf8e0d5d4bd3189e38f024b9a3defe4fa378 (patch) | |
| tree | 5ac189fd2f852a44d1ab763eb02c131aaf11461f | |
| parent | 16dd2cd5a4c5538844b5352ff4ea3718899c6772 (diff) | |
| download | emacs-858daf8e0d5d4bd3189e38f024b9a3defe4fa378.tar.gz emacs-858daf8e0d5d4bd3189e38f024b9a3defe4fa378.zip | |
; * admin/update_autogen: Really fix.
| -rwxr-xr-x | admin/update_autogen | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/update_autogen b/admin/update_autogen index d1833d0a84b..d1f49d9f25e 100755 --- a/admin/update_autogen +++ b/admin/update_autogen | |||
| @@ -147,6 +147,7 @@ status () | |||
| 147 | 147 | ||
| 148 | local stat file modified | 148 | local stat file modified |
| 149 | 149 | ||
| 150 | modified="" | ||
| 150 | while read stat file; do | 151 | while read stat file; do |
| 151 | 152 | ||
| 152 | [ "$stat" != "M" ] && \ | 153 | [ "$stat" != "M" ] && \ |