From 6ff47f59a8f2553bf4bbf353d384055a539f6ef9 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 23 Feb 2011 00:05:35 +0100 Subject: [PATCH] use ./ for other explorer Signed-off-by: Nico Schottelius --- conf/explorers/pkg_system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/explorers/pkg_system b/conf/explorers/pkg_system index 585f107d..dc1bd129 100755 --- a/conf/explorers/pkg_system +++ b/conf/explorers/pkg_system @@ -19,7 +19,7 @@ # # -case "$("${__cdist_remote_explorer_dir}/os")" in +case "$(./os)" in archlinux) echo pacman ;; debian|ubuntu) echo apt ;; gentoo) echo emerge ;;