diff options
author | Akshay <[email protected]> | 2020-08-16 07:53:27 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-08-16 07:53:27 +0100 |
commit | dfefca5d9bf49b08e1ac24c8820922e0bd89f9d6 (patch) | |
tree | d29002def1e5ad0389a0fa9310f2a86204c5eb4f /build.sh | |
parent | d29fb7b3b1c6fd91c4a086692256e8fd0ff6bbbf (diff) | |
parent | bb4cfa5af8710602e4965cb1f7297a7792217a41 (diff) |
Merge branch 'master' of https://github.com/nerdypepper/scientifica
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ main() { | |||
37 | 37 | ||
38 | echo "[~] Entering build directory ..." | 38 | echo "[~] Entering build directory ..." |
39 | cd build || echo "[!] Failed to enter build directory!" | 39 | cd build || echo "[!] Failed to enter build directory!" |
40 | tar c --file scientifica.tar scientifica ligature_plugins | 40 | tar c --file scientifica.tar scientifica |
41 | echo "[~] Leaving build directory ..." | 41 | echo "[~] Leaving build directory ..." |
42 | 42 | ||
43 | echo "[!] Done!" | 43 | echo "[!] Done!" |