diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2017-12-21 13:38:41 -0200 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2017-12-21 13:38:41 -0200 | 
| commit | 98432bbc8376c002a504ee0a021fb09eb3aec064 (patch) | |
| tree | f3f84c6ffd63ecf344256aa5802e29939339a3bd | |
| parent | a6a0bef84eaa95dcf6f9e3476b333092bf579e8f (diff) | |
| download | metadot-98432bbc8376c002a504ee0a021fb09eb3aec064.tar.gz metadot-98432bbc8376c002a504ee0a021fb09eb3aec064.tar.bz2  | |
Adds LICENSE and stage everything on new modules
| -rwxr-xr-x | metadot | 4 | 
1 files changed, 3 insertions, 1 deletions
@@ -153,7 +153,9 @@ function metadot_create {      echo "# Comment that while in development."                          >> .gitignore      echo '*'                                                             >> .gitignore -    git add . +    cp $DIRNAME/LICENSE . + +    git add -f .    )    echo "Metadot skeleton module $1 created at $MODULES/$1"  }  | 
