summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2014-04-18 13:23:08 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2014-04-18 13:23:08 +0200
commit9b1cbe79e354d433d72ad7d8399fcca704f02db9 (patch)
tree441ca2c8db8c898e683d8ebaf4d147274213c7c0 /src
parent1edc1a7ecc74798484b690db0f88b9ac30120162 (diff)
downloadpass-9b1cbe79e354d433d72ad7d8399fcca704f02db9.tar.gz
pass-9b1cbe79e354d433d72ad7d8399fcca704f02db9.tar.bz2
pass-9b1cbe79e354d433d72ad7d8399fcca704f02db9.zip
Remove unneeded semicolon.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/password-store.sh28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/password-store.sh b/src/password-store.sh
index 4874175..3868600 100755
--- a/src/password-store.sh
+++ b/src/password-store.sh
@@ -630,19 +630,19 @@ PROGRAM="${0##*/}"
COMMAND="$1"
case "$1" in
- init) shift; cmd_init "$@"; ;;
- help|--help) shift; cmd_usage "$@"; ;;
- version|--version) shift; cmd_version "$@"; ;;
- show|ls|list) shift; cmd_show "$@"; ;;
- find|search) shift; cmd_find "$@"; ;;
- grep) shift; cmd_grep "$@"; ;;
- insert) shift; cmd_insert "$@"; ;;
- edit) shift; cmd_edit "$@"; ;;
- generate) shift; cmd_generate "$@"; ;;
- delete|rm|remove) shift; cmd_delete "$@"; ;;
- rename|mv) shift; cmd_copy_move "move" "$@"; ;;
- copy|cp) shift; cmd_copy_move "copy" "$@"; ;;
- git) shift; cmd_git "$@"; ;;
- *) COMMAND="show"; cmd_show "$@"; ;;
+ init) shift; cmd_init "$@" ;;
+ help|--help) shift; cmd_usage "$@" ;;
+ version|--version) shift; cmd_version "$@" ;;
+ show|ls|list) shift; cmd_show "$@" ;;
+ find|search) shift; cmd_find "$@" ;;
+ grep) shift; cmd_grep "$@" ;;
+ insert) shift; cmd_insert "$@" ;;
+ edit) shift; cmd_edit "$@" ;;
+ generate) shift; cmd_generate "$@" ;;
+ delete|rm|remove) shift; cmd_delete "$@" ;;
+ rename|mv) shift; cmd_copy_move "move" "$@" ;;
+ copy|cp) shift; cmd_copy_move "copy" "$@" ;;
+ git) shift; cmd_git "$@" ;;
+ *) COMMAND="show"; cmd_show "$@" ;;
esac
exit 0
title='2020-05-10 15:57:33 +0200'>2020-05-10Renamed feed template to html templateRené 'Necoro' Neumann2-2/+2 2020-05-10Release v0.2.0v0.2.0René 'Necoro' Neumann2-2/+6 2020-05-10Fix building cacheRené 'Necoro' Neumann1-1/+3 2020-05-10Update READMERené 'Necoro' Neumann1-5/+44 2020-05-10Ignore 'dist' folder and build productsRené 'Necoro' Neumann1-0/+2 2020-05-08Print item hashes in debug modeRené 'Necoro' Neumann1-1/+7 2020-05-07Improve html renderingRené 'Necoro' Neumann2-53/+32 2020-05-07Do not assume items to be new when their published date is newer than the las...René 'Necoro' Neumann2-7/+1 2020-05-07Updating some depsRené 'Necoro' Neumann2-2/+7 2020-05-07Better detection if a text starts with html or notRené 'Necoro' Neumann2-4/+13 2020-05-07go fmtRené 'Necoro' Neumann1-3/+2 2020-05-07Add header X-Feed2Imap-GUIDRené 'Necoro' Neumann3-1/+7 2020-05-07update changelogRené 'Necoro' Neumann1-0/+1 2020-05-07FixRené 'Necoro' Neumann1-1/+1 2020-05-07Unified publishedDate and updatedDate into one (just as the old feed2imap...)René 'Necoro' Neumann5-21/+32 2020-05-06Print version during startupRené 'Necoro' Neumann1-1/+1 2020-05-06Improve templateRené 'Necoro' Neumann3-20/+28 2020-05-05Fix pipelineRené 'Necoro' Neumann1-2/+5 2020-05-05Make changelog a part of the release pipeline (untested)René 'Necoro' Neumann2-0/+12