use ./ for other explorer

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-23 00:05:35 +01:00
parent 5cfaad9d7a
commit 6ff47f59a8
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#
#
case "$("${__cdist_remote_explorer_dir}/os")" in
case "$(./os)" in
archlinux) echo pacman ;;
debian|ubuntu) echo apt ;;
gentoo) echo emerge ;;