Skip to content

Commit

Permalink
fix build script trying to tar invalid directory
Browse files Browse the repository at this point in the history
  • Loading branch information
oppiliappan authored Jun 8, 2020
2 parents 6ba7eab + 8857d6b commit bb4cfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ main() {

echo "[~] Entering build directory ..."
cd build || echo "[!] Failed to enter build directory!"
tar c --file scientifica.tar scientifica ligature_plugins
tar c --file scientifica.tar scientifica
echo "[~] Leaving build directory ..."

echo "[!] Done!"
Expand Down

0 comments on commit bb4cfa5

Please sign in to comment.