Skip to content

Commit

Permalink
Fix warnings reported by shellcheck again
Browse files Browse the repository at this point in the history
It was introduced by commit 14d0fca
because of missing double quotes.
  • Loading branch information
lantw44 committed Oct 3, 2019
1 parent 5d2fc21 commit 6675414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ parse_commandline()
shift
done

python="$(basename $python)"
python="$(basename "$python")"
}

# configure JHBuild to build and install without autotools via a plain
Expand Down

0 comments on commit 6675414

Please sign in to comment.