aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-06-08 05:19:45 +0100
committerGitHub <[email protected]>2020-06-08 05:19:45 +0100
commitbb4cfa5af8710602e4965cb1f7297a7792217a41 (patch)
tree09df83fc3197477edbf0a158da1f3a2e46aa80a1
parent6ba7eab5847ab65331b975437150990c48b59024 (diff)
parent8857d6b995767b3cc4c113ff38425f052e4bfa05 (diff)
fix build script trying to tar invalid directory
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 93e2b47..19d3175 100755
--- a/build.sh
+++ b/build.sh
@@ -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!"