summaryrefslogtreecommitdiffstats
path: root/make.sh
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2017-09-06 00:47:46 -0400
committerMalf Furious <m@lfurio.us>2017-09-06 00:47:46 -0400
commit0ece6f93e353704dbcead707972e44460dec32b2 (patch)
tree6c1da5e89add78485edf75432ebd471a0882a29a /make.sh
parentf92c0a75ba734090409716ebc8228453791d8909 (diff)
downloadsystrunk-0ece6f93e353704dbcead707972e44460dec32b2.tar.gz
systrunk-0ece6f93e353704dbcead707972e44460dec32b2.zip
Update make script
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh2
1 files changed, 1 insertions, 1 deletions
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