Commit 7b57c147 authored by Khalid Elmously's avatar Khalid Elmously

UBUNTU: [Packaging] update helper scripts

BugLink: https://bugs.launchpad.net/bugs/1786013Signed-off-by: default avatarKhalid Elmously <khalid.elmously@canonical.com>
parent 40637f22
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment