]> git.saurik.com Git - apt.git/blobdiff - vendor/getinfo
show the conflicting distribution warning again
[apt.git] / vendor / getinfo
index 37e0c1480f86ab11a6a8da1b9b4f682889e280bb..37eb74cef629b906edd129c905f55e90bb5543a7 100755 (executable)
@@ -6,7 +6,7 @@ BASEDIR="$(readlink -f "$(dirname $0)")"
 getcurrent() {
        # search for an exact match to use the correct sources.list example
        cd $BASEDIR
-       DISTROS="$(find -mindepth 1 -maxdepth 1 -type d | cut -d'/' -f 2)"
+       DISTROS="$(find -mindepth 1 -maxdepth 1 -type d | cut -d'/' -f 2)"
        for DISTRO in $DISTROS; do
                if dpkg-vendor --is $DISTRO; then
                        echo $DISTRO