Further sanitization of variables; checks out with shellcheck.net now
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
function p_header(){
|
||||
printf "TITLE: $NAME\nDATE: $(date)\n"
|
||||
printf "TITLE: %s\nDATE: %s\n" "$NAME" "$(date)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user