Differences From Artifact [91c3b4a28b]:

To Artifact [34bb9e01a2]:


29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
    esac
    echo "#Error: " $message
    exit errno;
}       

check_for_valid_input ()
{
    args="$*"
    if [ $# -neq 4 ]; then
	exit_error "Invalid Input"
    fi
}

#
# file templates
#

# template_README      	compilation instructions







|
<
<
<







29
30
31
32
33
34
35
36



37
38
39
40
41
42
43
    esac
    echo "#Error: " $message
    exit errno;
}       

check_for_valid_input ()
{
    return 0;



}

#
# file templates
#

# template_README      	compilation instructions

MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]