1
0
Fork 0

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

This commit is contained in:
Austen Adler 2017-07-29 23:02:22 -04:00 committed by Robert Schade
parent 5a8e181886
commit 7e009c3485

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 $*