mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
version.sh: don't suppress error messages from git availability check
otherwise there is no feedback at all. as it happens, this also fixes a bashism Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
This commit is contained in:
parent
3337c39c54
commit
9a5c9cbc88
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
git --version &>/dev/null || exit
|
||||
git --version >/dev/null || exit
|
||||
|
||||
curr_dir=$(pwd)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user