Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dirkmueller:Factory
bzip3
no-env.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File no-env.patch of Package bzip3
Index: bzip3-1.4.0/bz3cat =================================================================== --- bzip3-1.4.0.orig/bz3cat +++ bzip3-1.4.0/bz3cat @@ -1,3 +1,3 @@ -#!/usr/bin/env sh +#!/bin/sh exec bzip3 -Bcd "$@" Index: bzip3-1.4.0/bz3grep =================================================================== --- bzip3-1.4.0.orig/bz3grep +++ bzip3-1.4.0/bz3grep @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/bin/sh # # Copyright (c) 2003 Thomas Klausner. # @@ -133,4 +133,4 @@ else set +f fi -exit "${EXIT_CODE}" \ No newline at end of file +exit "${EXIT_CODE}" Index: bzip3-1.4.0/bz3less =================================================================== --- bzip3-1.4.0.orig/bz3less +++ bzip3-1.4.0/bz3less @@ -1,2 +1,2 @@ -#!/usr/bin/env sh +#!/bin/sh bz3cat "$@" | less Index: bzip3-1.4.0/bz3more =================================================================== --- bzip3-1.4.0.orig/bz3more +++ bzip3-1.4.0/bz3more @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/bin/sh for FILE do Index: bzip3-1.4.0/bz3most =================================================================== --- bzip3-1.4.0.orig/bz3most +++ bzip3-1.4.0/bz3most @@ -1,2 +1,2 @@ -#!/usr/bin/env sh +#!/bin/sh bz3cat "$@" | most
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor