mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
vim: run test.sh only for vim{-full,-fuller}
Previously the test.sh script would also run for the `vim-help` package which isn't a binary package but just a tar archive. Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
vim --version | grep "$2"
|
case "$1" in
|
||||||
|
vim|vim-full|vim-fuller)
|
||||||
|
vim --version | grep "$2"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user