diff options
author | Jakob Unterwurzacher | 2020-04-13 13:09:27 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2020-04-13 14:54:04 +0200 |
commit | 9a7ceef09ea1fc8cbe17b324a9d1a2e71e50cb0a (patch) | |
tree | e0806ffcfe2095525d655b15cd7034ef92ee590d /package.bash | |
parent | a2ad14b9ac92384f7cc0e8a0d8f385a9cd9a299a (diff) |
shellcheck: make top-level bash scripts warning-free
And run shellcheck in test.bash.
Diffstat (limited to 'package.bash')
-rwxr-xr-x | package.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.bash b/package.bash index 469a17b..4c146ca 100755 --- a/package.bash +++ b/package.bash @@ -27,7 +27,7 @@ cp -a ./Documentation/gocryptfs.1 . TARGZ=gocryptfs_${GITVERSION}_${ID}${VERSION_ID}_${ARCH}.tar.gz -tar --owner=root --group=root -czf $TARGZ gocryptfs gocryptfs.1 +tar --owner=root --group=root -czf "$TARGZ" gocryptfs gocryptfs.1 echo "Tar created." echo "Hint for signing: gpg -u 23A02740 --armor --detach-sig $TARGZ" |