From f14d968e9c507a86b598681554d2fd318c30c680 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 6 May 2014 17:57:56 +0200 Subject: Force sane sort order. --- src/password-store.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/password-store.sh b/src/password-store.sh index 8e1a124..bafe1ac 100755 --- a/src/password-store.sh +++ b/src/password-store.sh @@ -108,9 +108,9 @@ reencrypt_path() { IFS=";" eval 'GPG_RECIPIENTS+=( $group )' # http://unix.stackexchange.com/a/92190 unset GPG_RECIPIENTS[$index] done - gpg_keys="$($GPG --list-keys --keyid-format long "${GPG_RECIPIENTS[@]}" | sed -n 's/sub *.*\/\([A-F0-9]\{16\}\) .*/\1/p' | sort -u)" + gpg_keys="$($GPG --list-keys --keyid-format long "${GPG_RECIPIENTS[@]}" | sed -n 's/sub *.*\/\([A-F0-9]\{16\}\) .*/\1/p' | LC_ALL=C sort -u)" fi - current_keys="$($GPG -v --list-only --keyid-format long "$passfile" 2>&1 | cut -d ' ' -f 5 | sort -u)" + current_keys="$($GPG -v --list-only --keyid-format long "$passfile" 2>&1 | cut -d ' ' -f 5 | LC_ALL=C sort -u)" if [[ $gpg_keys != "$current_keys" ]]; then echo "$passfile_display: reencrypting to ${gpg_keys//$'\n'/ }" -- cgit v1.2.3-54-g00ecf t/?h=v0.13.1'>summaryrefslogtreecommitdiff
path: root/setup.cfg (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-28Corrected config path handling.René 'Necoro' Neumann2-9/+6
Now also the 2.1 portage does not include / anymore. Handle this. (cherry picked from commit 58c5b49ae6d822f07879bf7f6a87271b77e7e75d)
2009-10-08Enhance the splash window handling.René 'Necoro' Neumann2-2/+9
Now the splash window is forced to stay on top. Hopes no users are going to complain ;). Additionally, the splash window is destroyed opposed to only hidden. As it is not reused, there is no use in keeping it alive. (cherry picked from commit 0a30d24e34493a2f56ba801facf4daba711d363e)
2009-09-03Fix the segfault in GLib due to wrong encodingRené 'Necoro' Neumann1-0/+1
2009-08-31Removed the gtk- strings from translationsRené 'Necoro' Neumann7-3639/+3479
2009-08-31Removed the 'translatable' attribute from 'gtk-*' stringsRené 'Necoro' Neumann5-11/+11
2009-08-25Release the threadQueue-Lock in syncv0.13René 'Necoro' Neumann1-0/+1
2009-08-25Updated portugese translationAlberto Federman Neto1-650/+687
2009-08-15Update spanish translationDaniel Halens1-245/+258
2009-08-12Updated polish translationTomasz Osiński1-644/+680
2009-08-12Updated catalan translationRoger Calvó1-643/+676
2009-08-11Sync portage and the DB after emerge syncRené 'Necoro' Neumann1-0/+9
2009-08-11Do not show masking label, if the package is not in system anymoreRené 'Necoro' Neumann1-2/+2
2009-08-11Update turkish translationGürkan Gür1-640/+676
2009-08-11Fix handling of slots in /etc/portage/*René 'Necoro' Neumann2-2/+4
2009-08-11Fix package detailsRené 'Necoro' Neumann1-1/+1
2009-08-11Fix GPytage pluginRené 'Necoro' Neumann1-2/+2
2009-08-11Update translationRené 'Necoro' Neumann2-1112/+1120
2009-08-11Update changelogRené 'Necoro' Neumann1-0/+1
2009-08-10Fixed pt_BR translationAlberto Federman Neto1-2/+5
2009-08-10Add credits for translationRené 'Necoro' Neumann2-0/+2