Ticket #4239: mc-7zz.diff

File mc-7zz.diff, 684 bytes (added by MooSE, 3 years ago)
  • src/vfs/extfs/helpers/u7z

    diff --git a/src/vfs/extfs/helpers/u7z b/src/vfs/extfs/helpers/u7z
    index 04f3f9c81..f67ee66a7 100755
    a b  
    1717# You should have received a copy of the GNU General Public License 
    1818# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    1919 
    20 P7ZIP=`which 7z 2>/dev/null` || P7ZIP=`which 7za 2>/dev/null` || P7ZIP=`which 7zr 2>/dev/null` || P7ZIP="" 
     20P7ZIP=`which 7zz 2> /dev/null` \ 
     21    || P7ZIP=`which 7z 2>/dev/null` \ 
     22    || P7ZIP=`which 7za 2>/dev/null` \ 
     23    || P7ZIP=`which 7zr 2>/dev/null` \ 
     24    || P7ZIP="" 
    2125 
    2226# Let the test framework hook in: 
    2327P7ZIP=${MC_TEST_EXTFS_LIST_CMD:-$P7ZIP}