~vcs-imports/quilt/master

Viewing all changes in revision 1440.

  • Committer: Jean Delvare
  • Date: 2021-09-03 15:01:56 UTC
  • Revision ID: git-v1:62d53007cc96d488f1b108118bbb6568f93041e8
import: Fix option -P

I broke "import -P" with my previous commit. Using this option now
fails with the following error message:
/usr/share/quilt/import: line 168: [: missing `]'

This is caused by a missing space before the closing square bracket,
which prevents bash from parsing the line.

Fix that, and add a test case to cover this code path, so that no
such bug can creep in in the future.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Fixes: c539338458e4 ("Delay sourcing patchfns until options have been processed")

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: