Add set -e and fix typos in file names
This commit is contained in:
parent
b71697f5f9
commit
2fd95a0807
1 changed files with 2 additions and 1 deletions
3
debian/upstream-config-file-check.sh
vendored
3
debian/upstream-config-file-check.sh
vendored
|
@ -1,3 +1,4 @@
|
|||
set -e
|
||||
export LC_ALL=C.UTF-8
|
||||
find config | sort > debian/upstream-config-file-list.new
|
||||
if ! diff -u debian/upstream-config-file-list debian/upstream-config-file-list.new
|
||||
|
@ -5,7 +6,7 @@ then
|
|||
echo "---------------------\n"
|
||||
echo "Obsolete config files are:"
|
||||
echo "---------------------"
|
||||
comm -13 debian/upstream-file-list.new debian/upstream-file-list
|
||||
comm -13 debian/upstream-config-file-list.new debian/upstream-config-file-list
|
||||
echo "---------------------\n"
|
||||
echo "These should be added to debian/maintscript"
|
||||
echo "---------------------"
|
||||
|
|
Loading…
Reference in a new issue