mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
Update make_tarball.sh to respect new branch name
This commit is contained in:
parent
e5939d1a18
commit
bc9bae0f7f
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm -f ~/fish_built/fishfish.tar.gz
|
||||
if git archive --format=tar --prefix=fishfish/ fish_fish | gzip - > ~/fish_built/fishfish.tar.gz
|
||||
if git archive --format=tar --prefix=fishfish/ master | gzip - > ~/fish_built/fishfish.tar.gz
|
||||
then
|
||||
echo "Tarball written to ~/fish_built/fishfish.tar.gz"
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user