diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-10-12 19:45:41 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-10-12 19:45:41 +0000 |
commit | 732e607609d7480ff48e20b940d5f632b34fe432 (patch) | |
tree | 705897b6ddc18e4caae5e06e1416184c93bc17d0 /packages/ivman/files/ivman-launch.patch | |
parent | 873bae700614a4ab543d7dfd2ae18c8e50e1a757 (diff) |
ivman: seems something strange on my pc, patches got doubleb too
Diffstat (limited to 'packages/ivman/files/ivman-launch.patch')
-rw-r--r-- | packages/ivman/files/ivman-launch.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/ivman/files/ivman-launch.patch b/packages/ivman/files/ivman-launch.patch index 7c3176ae2c..8595a4d806 100644 --- a/packages/ivman/files/ivman-launch.patch +++ b/packages/ivman/files/ivman-launch.patch @@ -13,18 +13,3 @@ while [ ! -z "$1" ];do case "$1" in --help|-h) ---- ivman-0.6.14/ivman-launch.orig 2008-09-29 11:58:49.000000000 +0300 -+++ ivman-0.6.14/ivman-launch 2008-09-29 12:02:17.000000000 +0300 -@@ -1,11 +1,10 @@ --#!/bin/bash -+#!/bin/sh - # This script was written by Daniele Favara <danjele@gmail.com> - # - CMD=ivman - CONFDIR= # the config dir | null - EXITWITH= - SESSION= --set -x - while [ ! -z "$1" ];do - case "$1" in - --help|-h) |