From 75ec49a1bd83dff7fc68b50b6b37106cdf066e01 Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Sat, 28 May 2011 21:08:47 +0200 Subject: [PATCH] Fix typo --- scripts/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/functions b/scripts/functions index f4cd1ff..8fc1929 100644 --- a/scripts/functions +++ b/scripts/functions @@ -926,7 +926,7 @@ function pkgmgmt.isUrpmiAvailable local have_urpmi i if test -n "$is_internal"; then have_urpmi=1 - test -d "$cfgdir"/var/lib/urpmi || have_yum= + test -d "$cfgdir"/var/lib/urpmi || have_urpmi= else have_urpmi= for i in /bin /usr/bin /usr/local/bin; do -- 1.8.1.5