We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b071e6 commit fcd2703Copy full SHA for fcd2703
1 file changed
lib/common.sh
@@ -1094,9 +1094,9 @@ function set_changelog() {
1094
# then deduce it. If there's a debian/control file that specifies that
1095
# package name, then use it. Otherwise, default to the name of the
1096
# linux-pkg directory name. This can't always be the default because
1097
- # for some packages (for some reasons lost to the sands of time), those
1098
- # are different. For example, the challenge-response linux-pkg
1099
- # directory generates the pam-challenge-response debian package.
+ # for some packages (for reasons lost to the sands of time), those are
+ # different. For example, the challenge-response linux-pkg directory
+ # generates the pam-challenge-response debian package.
1100
#
1101
if [[ -n $1 ]]; then
1102
src_package=$1
0 commit comments