mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
Remove some stale bits from make_pkg.sh
This commit is contained in:
parent
b952606430
commit
23f8f1b6fb
1 changed files with 0 additions and 7 deletions
|
@ -5,19 +5,12 @@
|
||||||
VERSION=`git describe --always --dirty 2>/dev/null`
|
VERSION=`git describe --always --dirty 2>/dev/null`
|
||||||
if test -z "$VERSION" ; then
|
if test -z "$VERSION" ; then
|
||||||
echo "Could not get version from git"
|
echo "Could not get version from git"
|
||||||
VERSION=`sed -E -n 's/^.*PACKAGE_VERSION "([0-9a-z.\-]+)"/\1/p' osx/config.h`
|
|
||||||
if test -z "$VERSION"; then
|
|
||||||
echo "Could not get version from osx/config.h"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Version is $VERSION"
|
echo "Version is $VERSION"
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
make distclean
|
|
||||||
|
|
||||||
#Exit on error
|
#Exit on error
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue