summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/password-store.sh17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/password-store.sh b/src/password-store.sh
index 4c0a83e..8a56afc 100755
--- a/src/password-store.sh
+++ b/src/password-store.sh
@@ -291,14 +291,15 @@ cmd_find() {
exit 1
fi
if ! tree --version | grep -q "Jason A. Donenfeld"; then
- echo "ERROR: $PROGRAM: incompatible tree command"
- echo
- echo "Your version of the tree command is missing the relevent patch to add the"
- echo "--matchdirs and --caseinsensitive switches. Please ask your distribution"
- echo "to patch your version of"
- echo "tree with:"
- echo " http://git.zx2c4.com/password-store/plain/contrib/tree-1.6.0-matchdirs.patch"
- echo "Sorry for the inconvenience."
+ cat <<-_EOF
+ ERROR: $PROGRAM: incompatible tree command
+
+ Your version of the tree command is missing the relevent patch to add the
+ --matchdirs and --caseinsensitive switches. Please ask your distribution
+ to patch your version of tree with:
+ http://git.zx2c4.com/password-store/plain/contrib/tree-1.6.0-matchdirs.patch
+ Sorry for the inconvenience.
+ _EOF
exit 1
fi
local terms="$@"
>Removed the 'translatable' attribute from 'gtk-*' stringsRené 'Necoro' Neumann5-11/+11 2009-08-31Removed TODO. Renamed ChangeLog to TODORené 'Necoro' Neumann2-40/+0 2009-08-27Only import stuff if necessaryRené 'Necoro' Neumann1-8/+8 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-15Use boolean flags instead of obscure C flags for ipc.MessageQueueRené 'Necoro' Neumann3-13/+15 2009-08-15TypoRené 'Necoro' Neumann1-1/+1 2009-08-15Enhanced the extensions.shRené 'Necoro' Neumann1-3/+8 2009-08-15Move eix-format to correct locationRené 'Necoro' Neumann1-0/+0