saubermann: find saubermann-common via $0

This commit is contained in:
neingeist 2017-11-13 09:10:38 +01:00
parent da87614565
commit 9d308aa635
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
# check for things not installed via dpkg/apt and other junk
saubermann-common
`dirname $0`/saubermann-common
echo "== Packages not in installed state"
dpkg -l | egrep -v "^(ii|Desired|\||\+)"