From 8a945ac9904eb45e9be0f7d6ec7520cb4b944948 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Mon, 30 May 2005 13:09:07 +0000 Subject: [PATCH] Clifford Wolf: Hotfixed help messaged creation in Check-Deps-2 git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@6016 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- scripts/Check-Deps-2 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Check-Deps-2 b/scripts/Check-Deps-2 index 2499e53a2..1f6afb9f4 100755 --- a/scripts/Check-Deps-2 +++ b/scripts/Check-Deps-2 @@ -22,6 +22,7 @@ while ($_ = shift @ARGV) { print "The data from scripts/dep_db.txt and scripts/dep_fixes.txt\n"; print "is used for the dependency analysis.\n"; print "\n"; + exit 1; } else { $ign{$_} = 1; }