mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
Merge branch '4239_7zz'
* 4239_7zz: Ticket #4239: extfs/u7z: support official 7z binary (7zz).
This commit is contained in:
commit
333b20557e
@ -17,7 +17,11 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
P7ZIP=`which 7z 2>/dev/null` || P7ZIP=`which 7za 2>/dev/null` || P7ZIP=`which 7zr 2>/dev/null` || P7ZIP=""
|
||||
P7ZIP=`which 7z 2>/dev/null` \
|
||||
|| P7ZIP=`which 7zz 2>/dev/null` \
|
||||
|| P7ZIP=`which 7za 2>/dev/null` \
|
||||
|| P7ZIP=`which 7zr 2>/dev/null` \
|
||||
|| P7ZIP=""
|
||||
|
||||
# Let the test framework hook in:
|
||||
P7ZIP=${MC_TEST_EXTFS_LIST_CMD:-$P7ZIP}
|
||||
|
Loading…
Reference in New Issue
Block a user