Changeset 3329 for trunk


Ignore:
Timestamp:
May 6, 2007, 6:36:04 AM (18 years ago)
Author:
bird
Message:

Stupid, stupid, bashisms.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/app-arch/gzip/zgrep.in

    r3327 r3329  
    1 #!/bin/sh
     1#!/bin/bash
     2## !/bin/sh - stupid stupid bashisms.
    23
    34# zgrep -- a wrapper around a grep program that decompresses files as needed
     
    2122# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
    2223
    23 PATH=BINDIR;$PATH
     24PATH="BINDIR;$PATH"
    2425grep='${GREP-grep}'
    2526
Note: See TracChangeset for help on using the changeset viewer.