diff options
author | Leif Johansson <leifj@sunet.se> | 2011-09-20 18:01:06 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-09-20 18:01:06 +0200 |
commit | a68a12b04f2d02e2594e9d20c91def37eb8b31f7 (patch) | |
tree | 9532d776cddc5fb65305a0a0c3a4c8ad268d1374 /scripts/update.sh | |
parent | 0d8a11db11719dd47a86108ef0d4a39261b0d7eb (diff) |
renamed mf
Diffstat (limited to 'scripts/update.sh')
-rw-r--r-- | scripts/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update.sh b/scripts/update.sh index 66ffb043..3d8441ac 100644 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -1,3 +1,3 @@ #!/bin/sh -cd /opt/swamid-metadata && git pull && make -f NewMakefile test && make -f NewMakefile +cd /opt/swamid-metadata && git pull && make test && make |