mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Framework: use /bin/echo for consistent -n support
This commit is contained in:
+1
-1
@@ -467,7 +467,7 @@ test: check
|
||||
fi
|
||||
|
||||
commit: ensure-workdirs
|
||||
@echo -n "${.CURDIR:C/\// /g:[-2]}/${.CURDIR:C/\// /g:[-1]}: " > \
|
||||
@/bin/echo -n "${.CURDIR:C/\// /g:[-2]}/${.CURDIR:C/\// /g:[-1]}: " > \
|
||||
${WRKDIR}/.commitmsg && git commit -eF ${WRKDIR}/.commitmsg .
|
||||
|
||||
.PHONY: check plist-fix
|
||||
|
||||
Reference in New Issue
Block a user