Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-03 15:43:55 +01:00
parent 56c3ec29e1
commit b739f452b0
1 changed files with 0 additions and 4 deletions

View File

@ -45,10 +45,6 @@ fi
if [ -f "$__object/parameter/source" ]; then
source="$(cat "$__object/parameter/source")"
exec 3>&1
exec 1>&2
set -x
md5sum="$(md5sum < "$source")"
remote_md5sum="$(cat "$__object/explorer/md5sum")"