Skip to content

Commit

Permalink
Make bitcoin-qt_wrapper.sh work with spaces in datadir
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Aug 27, 2019
1 parent a3aee67 commit 7587b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitcoin-qt_wrapper.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/bash

exec bitcoin-qt -datadir=$XDG_DATA_HOME "$@"
exec bitcoin-qt -datadir="${XDG_DATA_HOME}" "$@"

0 comments on commit 7587b4f

Please sign in to comment.