From: Duy Nguyen Date: Tue, 10 May 2016 11:58:56 +0000 (+0700) Subject: wrap-for-bin.sh: regenerate bin-wrappers when switching branches X-Git-Tag: v2.9.0-rc0~24^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2ec075d9035cecef392573d161577395cabc3fd8?hp=2ec075d9035cecef392573d161577395cabc3fd8 wrap-for-bin.sh: regenerate bin-wrappers when switching branches Commit e6e7530 (test helpers: move test-* to t/helper/ subdirectory - 2016-04-13) moves test-* to t/helper. However because bin-wrappers/* only depend on wrap-for-bin.sh, when switching between a branch that has this commit and one that does not, bin-wrappers/* may not be regenerated and point to the old/outdated test programs. This commit makes a non-functional change in wrap-for-bin.sh, just enough for 'make' to detect and re-execute wrap-for-bin.sh. When switching between a branch containing both this commit and e6e7530 and one containing neither, bin-wrappers/*, we should get fresh bin-wrappers/*. Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano ---