]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
UBUNTU: [Packaging] update helper scripts
authorKleber Sacilotto de Souza <kleber.souza@canonical.com>
Mon, 16 Mar 2020 09:39:26 +0000 (10:39 +0100)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Mon, 16 Mar 2020 09:39:26 +0000 (10:39 +0100)
BugLink: https://bugs.launchpad.net/bugs/1786013
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
debian/scripts/helpers/open

index 7a2f5e3f9b64d7781aa8467992a05b054c46b42d..3faa4a4c5e500fad89b565849989b36983d5b396 100755 (executable)
@@ -107,7 +107,7 @@ if [ -z "$DEBIAN" ] || [ ! -d "$DEBIAN" ]; then
 fi
 
 # Abort if changes or untracked files are found in the debian
-# directory (ie, in "debian.master/"). cranky-open is expected to
+# directory (ie, in "debian.master/"). cranky open is expected to
 # change and commit files in this directory.
 if ! git diff-index --quiet HEAD -- "$DEBIAN/" || \
                [ -n "$(git ls-files --others -- "$DEBIAN/")" ]; then