When merging ore:aggregation, process the license correctly, if different or null, the default is use, if the same, this is the value used
#!/bin/bash
# execute.sh - Made for Puppi
# This script just executes what is passed as argument
# Sources common header for Puppi scripts
. $(dirname $0)/header || exit 10
#parse variables
command=$(eval "echo "$*"")
#execute command
eval "${command}"