Skip to content
Snippets Groups Projects
Commit 6680fc33 authored by Christian Engwer's avatar Christian Engwer
Browse files

[dunecontrol]

tell the user that we skip a suggestion

[[Imported from SVN: r6850]]
parent 445164d4
No related branches found
No related tags found
No related merge requests found
......@@ -303,6 +303,7 @@ _check_deps()
if test "x$mode" = "xDEPS"; then
exit 1
else
echo "Skipping $name!" >&2
return 0;
fi
fi
......@@ -318,6 +319,7 @@ _check_deps()
if test "x$mode" = "xDEPS"; then
exit 1
else
echo "Skipping $name!" >&2
return 0;
fi
else
......@@ -329,6 +331,7 @@ _check_deps()
if test "x$mode" = "xDEPS"; then
exit 1
else
echo "Skipping $name!" >&2
return 0;
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment