mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Remove GNU specific option from version.sh
This commit is contained in:
parent
d40065de01
commit
2967f4434a
@ -14,7 +14,7 @@ CURR_MC_VERSION="${PREV_MC_VERSION}"
|
||||
|
||||
if [ -r ${VERSION_FILE} ]
|
||||
then
|
||||
PREV_MC_VERSION=`sed -rn 's/^#define MC_CURRENT_VERSION "(.*)"$/\1/p' "${VERSION_FILE}"`
|
||||
PREV_MC_VERSION=`sed -n 's/^#define MC_CURRENT_VERSION "\(.*\)"$/\1/p' "${VERSION_FILE}"`
|
||||
CURR_MC_VERSION="${PREV_MC_VERSION}"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user