Use $* over $1..$8 in borg_ssh_wrapper

This commit is contained in:
Austen Adler 2017-07-29 23:02:22 -04:00
parent b47310b891
commit fc345375e0

View File

@ -1,3 +1,3 @@
#!/data/data/com.termux/files/usr/bin/sh
export LD_LIBRARY_PATH=/data/data/com.termux/files/usr/lib:/system/lib64/
ssh $1 $2 $3 $4 $5 $6 $7 $8
ssh $*