fish-shell: fix INSTALL script; add missing newline.
This commit is contained in:
parent
7765fbb3b0
commit
c7dcc51505
|
@ -8,4 +8,4 @@ case "$ACTION" in
|
|||
echo "--> To use fish as your login shell, run 'chsh -s /usr/bin/fish"
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
esac
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue