Skip to content

Commit

Permalink
Merge pull request #257 from charles-dyfis-net/shell-pedantry
Browse files Browse the repository at this point in the history
Suggest "$@", not $*, in documentation
  • Loading branch information
vgough committed Jan 8, 2017
2 parents 2be5bc7 + ecc364d commit ac87a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encfs/encfs.pod
Expand Up @@ -182,7 +182,7 @@ Note that encfs arguments cannot be set this way. If you need to set encfs
arguments, create a wrapper, such as encfs-reverse;

#!/bin/sh
encfs --reverse $*
encfs --reverse "$@"

Then mount using the script path

Expand Down

0 comments on commit ac87a8b

Please sign in to comment.