elasticdog / transcrypt

transparently encrypt files within a git repository
MIT License
1.44k stars 102 forks source link

Improve compatibility of head & tail commands with -c option #94 #95

Closed jmurty closed 3 years ago

jmurty commented 3 years ago

Remove the space between the -c argument and the number of characters/bytes to output, because the space between the switch and the value is incompatible with tail in GNU coreutils 8.32

elasticdog commented 3 years ago

Thanks @jmurty!