Open jdelStrother opened 4 years ago
Without this, something like git clean 'foo bar' will result in scmpuff.fish calling /usr/local/bin/git clean foo bar. It ought to be calling /usr/local/bin/git clean 'foo bar'.
git clean 'foo bar'
/usr/local/bin/git clean foo bar
/usr/local/bin/git clean 'foo bar'
Or am I missing something?
Without this, something like
git clean 'foo bar'
will result in scmpuff.fish calling/usr/local/bin/git clean foo bar
. It ought to be calling/usr/local/bin/git clean 'foo bar'
.Or am I missing something?