summarylogtreecommitdiffstats
path: root/bw.sh
diff options
context:
space:
mode:
authorlibertylocked2019-01-10 13:03:16 -0500
committerlibertylocked2019-01-10 13:03:16 -0500
commit925f6b7647496c834ced0739626d4e7781c3fed5 (patch)
treeb0f9b3f117fcdad289b513d0f55e9621fcc08fab /bw.sh
parent7a411e552857c0869edc264f78453255a78ffbfe (diff)
downloadaur-925f6b7647496c834ced0739626d4e7781c3fed5.tar.gz
Fix login issue when password has spaces
Diffstat (limited to 'bw.sh')
-rw-r--r--bw.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bw.sh b/bw.sh
index 6814da8ae156..a23b7e19c248 100644
--- a/bw.sh
+++ b/bw.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-node /usr/lib/bitwarden-cli/bw.js $@
+node /usr/lib/bitwarden-cli/bw.js "$@"