From 6789cc3de6b775a744d3cd31ae30cc93487e5474 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 29 Jan 2003 13:14:18 +0000 Subject: Merge from HEAD - fix to findsmb by Waider (This used to be commit 28258224ded31e9a0a4304170ce98534ddfa0dfa) --- source3/script/findsmb.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/script/findsmb.in') diff --git a/source3/script/findsmb.in b/source3/script/findsmb.in index 5ca1d8082a..42c1dd706c 100755 --- a/source3/script/findsmb.in +++ b/source3/script/findsmb.in @@ -26,7 +26,7 @@ for ($i = 0; $i < 2; $i++) { # test for -d and -r options $_ = shift; if (m/-d|-D/) { $DEBUG = 1; - } else (m/-r/) { + } elsif (m/-r/) { $R_OPTION = "-r"; } } -- cgit