From c0000b8a63c2bd6e244e3dbfa58c4a3007e38043 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 10 2020 01:05:23 +0000 Subject: Changes after running %prep ignore: true --- diff --git a/examples/extract.pl b/examples/extract.pl index 528ec5f..5ec3957 100644 --- a/examples/extract.pl +++ b/examples/extract.pl @@ -1,4 +1,4 @@ -#!/bin/perl -w +#!/usr/bin/perl -w # Extracts the named files into 'extractTest' subdir # usage: # perl extract.pl [-j] zipfile.zip filename [...] diff --git a/examples/unzipAll.pl b/examples/unzipAll.pl index 02f35d9..71e15d6 100644 --- a/examples/unzipAll.pl +++ b/examples/unzipAll.pl @@ -1,4 +1,4 @@ -#!/bin/perl -w +#!/usr/bin/perl -w # Extracts all files from the given zip # $Revision: 1.3 $ # usage: diff --git a/examples/zip.pl b/examples/zip.pl index a3811d1..8228399 100644 --- a/examples/zip.pl +++ b/examples/zip.pl @@ -1,4 +1,4 @@ -#!/bin/perl -w +#!/usr/bin/perl -w # Creates a zip file, adding the given directories and files. # Usage: # perl zip.pl zipfile.zip file [...] diff --git a/examples/zipcheck.pl b/examples/zipcheck.pl index 3d7dccc..7f9481e 100644 --- a/examples/zipcheck.pl +++ b/examples/zipcheck.pl @@ -1,4 +1,4 @@ -#!/bin/perl -w +#!/usr/bin/perl -w # usage: valid zipname.zip # exits with non-zero status if invalid zip # status = 1: invalid arguments diff --git a/examples/zipinfo.pl b/examples/zipinfo.pl index 8433493..9597ceb 100644 --- a/examples/zipinfo.pl +++ b/examples/zipinfo.pl @@ -1,4 +1,4 @@ -#! /usr/bin/perl -w +#!/usr/bin/perl -w # Print out information about a ZIP file. # Note that this buffers the entire file into memory! # usage: diff --git a/examples/ziptest.pl b/examples/ziptest.pl index 662adcc..ae33514 100644 --- a/examples/ziptest.pl +++ b/examples/ziptest.pl @@ -1,4 +1,4 @@ -#!/bin/perl -w +#!/usr/bin/perl -w # $Revision: 1.7 $ # Lists the zipfile given as a first argument and tests CRC's. # Usage: