vim: fix build on non-linux systems after upgrade

The configure script calls uname directly and assumes that it returns
the system to build for.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau
2018-10-10 10:50:21 +02:00
parent 5a610ab565
commit f3b7a2dd2d
2 changed files with 7 additions and 2 deletions

2
utils/vim/scripts/uname Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
echo "Linux"