commit d5ee3769f8a0542eb2c788ce9b75cc168bb71a85
Author: Raf Czlonka <[email protected]>
Date:   Tue Mar 6 03:32:10 2018 +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.

diff --git a/suckless.org/community.md b/suckless.org/community.md
index 29407845..fdbada5a 100644
--- 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 [email protected] -1
 
 This will send the last commit of the repository to the mailing list adding a


Reply via email to