fish-shell: fix INSTALL script; add missing newline.

This commit is contained in:
Juan RP 2013-07-11 11:58:13 +02:00
parent 7765fbb3b0
commit c7dcc51505
2 changed files with 2 additions and 2 deletions

View file

@ -8,4 +8,4 @@ case "$ACTION" in
echo "--> To use fish as your login shell, run 'chsh -s /usr/bin/fish"
fi
;;
esac
esac

View file

@ -1,7 +1,7 @@
# Template file for 'fish-shell'
pkgname=fish-shell
version=2.0.0
revision=2
revision=3
distfiles="http://fishshell.com/files/${version}/fish-${version}.tar.gz"
checksum="7e4c4a0b3c518769a3d31b235e743de7a8d52f851ad19d2df9d53534e6238303"
build_style=gnu-configure