Skip to content

Commit

Permalink
Dont cry when folder exists
Browse files Browse the repository at this point in the history
  • Loading branch information
andsens committed Jan 15, 2013
1 parent 835c79c commit ffe3f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-archive.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e
mkdir thesis-package
mkdir -p thesis-package
rm -rf thesis-package.tar.gz thesis-package/*

(cd prototype && git archive --prefix=prototype/ -o ../thesis-package/prototype.tar HEAD)
Expand Down

0 comments on commit ffe3f1a

Please sign in to comment.