remove explorer for __directory

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.1
Nico Schottelius 14 years ago
parent 3d24edae51
commit b8c68fcb9e
  1. 5
      conf/type/__directory/gencode

@ -37,14 +37,9 @@ if ! $(echo "$destination" | grep -q ^/); then
exit 1
fi
if [ -f "$__object/parameter/source" ]; then
echo "Source not supported for directory currently - FIXME" >&2
exit 1
else
if [ no = "$(cat "$__object/explorer/exists")" ]; then
echo mkdir \"$destination\"
fi
fi
# Mode settings

Loading…
Cancel
Save