mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-19 07:02:45 +08:00
Updated make_tarball.sh to stop dumping files in the extract directory
This commit is contained in:
parent
4986e6e3f9
commit
51f9ff5389
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
rm -f ~/fish_built/fishfish.tar.gz
|
||||
if git archive --format=tar fish_fish | gzip - > ~/fish_built/fishfish.tar.gz
|
||||
if git archive --format=tar --prefix=fishfish/ fish_fish | gzip - > ~/fish_built/fishfish.tar.gz
|
||||
then
|
||||
echo "Tarball written to ~/fish_built/fishfish.tar.gz"
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue
Block a user