commit d5ee3769f8a0542eb2c788ce9b75cc168bb71a85
parent ef2b9c7e8b495c7e070657d6777b20b7ed63aa5c
Author: Raf Czlonka <rczlonka@gmail.com>
Date: Tue, 6 Mar 2018 03:32:10 +0000
There's no need to run two separate commands - user POSIX shell parameter expansion instead.
Fix missing leading and trailing square brackets while there.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/suckless.org/community.md b/suckless.org/community.md
@@ -55,7 +55,7 @@ following addresses to perform the described action.
When sending a patch use the following commands:
cd $project
- git send-email --subject-prefix="$(basename $(pwd))][PATCH" \
+ git send-email --subject-prefix="[${PWD##*/}][PATCH]" \
--to hackers@suckless.org -1
This will send the last commit of the repository to the mailing list adding a