From 0ece6f93e353704dbcead707972e44460dec32b2 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Wed, 6 Sep 2017 00:47:46 -0400 Subject: Update make script --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 8de1bb9..7c40920 100755 --- a/make.sh +++ b/make.sh @@ -1,5 +1,5 @@ #!/usr/bin/bash echo "#!/usr/bin/bash -e" >systrunk cat rsync.sh repo-access.sh repo-mutate.sh >>systrunk -cat checkout.sh commit.sh main.sh >>systrunk +cat checkout.sh commit.sh merge.sh main.sh >>systrunk chmod +x systrunk -- cgit v1.2.3