sshfs-mapper: fix another bashism (+=).
git-svn-id: https://websvn.glenux.net/svn/Upoc/sshfs-mapper/trunk@1400 eaee96b3-f302-0410-b096-c6cfd47f7835
This commit is contained in:
parent
71a81ec2a2
commit
5c9dc07b86
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ do
|
|||
SSHFS_MOUNT=0
|
||||
;;
|
||||
s) # only selected hosts
|
||||
SSHFS_HOST_PATTERN+="$OPTARG "
|
||||
SSHFS_HOST_PATTERN="$SSHFS_HOST_PATTERN $OPTARG "
|
||||
SSHFS_HOST_LIMIT=1
|
||||
;;
|
||||
l)
|
||||
|
|
Loading…
Reference in a new issue