From 70704b16a961f8cbae1eaad7660008210fa37e65 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 10 Mar 2011 13:21:21 +0100 Subject: [PATCH] +comment Signed-off-by: Nico Schottelius --- bin/cdist-type-emulator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cdist-type-emulator b/bin/cdist-type-emulator index 9c54c714..d79fb68a 100755 --- a/bin/cdist-type-emulator +++ b/bin/cdist-type-emulator @@ -27,9 +27,9 @@ . cdist-config set -eu -# Find out whether type is a singleton or regular type __cdist_type="$__cdist_myname" +# Find out whether type is a singleton or regular type if [ -f "$(__cdist_type_singleton "$__cdist_type")" ]; then __cdist_object_id="singleton" else