This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Network control utility based on systemd". The branch, master has been updated via ea9ccfd2e249880c9b09553c3963a9b3d735faca (commit) from e0014041ad40c9385bb2c38aad2acae3c93eb512 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ea9ccfd2e249880c9b09553c3963a9b3d735faca Author: Eli Schwartz <eschwartz@archlinux.org> Date: Sat Jan 26 20:59:51 2019 -0500 Makefile: specify the correct shell to use The Makefile commands in use include bash-specific features like brace expansion, and thus cannot run under the default /bin/sh shell as that may or may not be GNU bash (bash supports brace expansion even in posix mode). Consequently, the Makefile failed to execute correctly when the system /bin/sh was a different sh implementation, such as dash or busybox ash. Fix this by declaring the SHELL which will be used when running all commands. ----------------------------------------------------------------------- Summary of changes: Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- Network control utility based on systemd