]> git.pld-linux.org Git - packages/beagle.git/commitdiff
- sh->bash
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Tue, 14 Dec 2004 13:55:40 +0000 (13:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    beagle-bash.patch -> 1.1

beagle-bash.patch [new file with mode: 0644]

diff --git a/beagle-bash.patch b/beagle-bash.patch
new file mode 100644 (file)
index 0000000..817f4ee
--- /dev/null
@@ -0,0 +1,26 @@
+diff -Nuard beagled/beagled beagled/beagled
+--- beagled/beagled.in 2004-12-14 14:43:56.208275848 +0100
++++ beagled/beagled.in 2004-12-14 14:46:20.897279776 +0100
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ if [ -e ./BeagleDaemon.exe ] && [ -e ./Makefile.am ] ; then
+     echo "Running uninstalled BeagleDaemon.exe."
+diff -Nuard Best/best Best/best
+--- Best/best.in       2004-12-14 14:43:56.232272200 +0100
++++ Best/best.in       2004-12-14 14:46:31.982594552 +0100
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ MOZILLA_HOME=/usr/lib
+diff -Nuard tools/wrapper tools/wrapper
+--- tools/wrapper.in   2004-12-14 14:43:56.231272352 +0100
++++ tools/wrapper.in   2004-12-14 14:45:50.488902552 +0100
+@@ -1,3 +1,3 @@
+-#!/bin/sh
++#!/bin/bash
+ dbus-send --session --dest=com.novell.Beagle --print-reply /com/novell/Beagle/RemoteControl com.novell.Beagle.RemoteControl.GetVersion
This page took 0.053499 seconds and 4 git commands to generate.