about summary refs log tree commit diff
path: root/pkgs/shells/bash
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2021-11-28 13:59:31 +0100
committerGitHub <noreply@github.com>2021-11-28 13:59:31 +0100
commit7658c0dfc8ede3da34f6a72260ee4205d7c1ec86 (patch)
tree3042b248fe8fcff8e4e5fa10952f7d9b3572d147 /pkgs/shells/bash
parentcfa5fdbd711a49101cdf303bfa0ee3323234439d (diff)
parent34f54b0c83013bc57dc9ecbcba5d427d15ddc6d3 (diff)
Merge pull request #145830 from l0b0/fix-shellcheck-lints
bash: Fix shellcheck lint
Diffstat (limited to 'pkgs/shells/bash')
-rwxr-xr-xpkgs/shells/bash/update-patch-set.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/bash/update-patch-set.sh b/pkgs/shells/bash/update-patch-set.sh
index 03b00228822d0..ee785cc831235 100755
--- a/pkgs/shells/bash/update-patch-set.sh
+++ b/pkgs/shells/bash/update-patch-set.sh
@@ -28,7 +28,7 @@ md5sum -c gpgkey.asc.md5
 gpg --import ./gpgkey.asc
 rm gpgkey.asc{,.md5}
 
-( echo "# Automatically generated by \`$(basename $0)'; do not edit." ;	\
+( echo "# Automatically generated by \`$(basename "$0")'; do not edit." ;	\
   echo "" ;								\
   echo "patch: [" )							\
 >> "$PATCH_LIST"