]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-bug-738785-switch-protocol
Get rid of the old buildsystem
[apt.git] / test / integration / test-bug-738785-switch-protocol
index e7d4a67447332928eba4c5fd5f1d6dbab49c44cc..8f8216d0440418d846f410a8043eccc54b831791 100755 (executable)
@@ -45,7 +45,7 @@ rm "$NEWMETHODS"
 mkdir "$NEWMETHODS"
 backupIFS="$IFS"
 IFS="$(printf "\n\b")"
-for METH in $(find "$OLDMETHODS" ! -type d); do
+for METH in $(find "$OLDMETHODS" -maxdepth 1 ! -type d); do
        ln -s "$OLDMETHODS/$(basename "$METH")" "$NEWMETHODS"
 done
 IFS="$backupIFS"