]> git.pld-linux.org Git - packages/chromium.git/blob - chromium-configure_needs_bash.patch
- This one fixes problems with ./configure (/bin/sh is NOT a link
[packages/chromium.git] / chromium-configure_needs_bash.patch
1 diff -Nru Chromium-0.9/configure Chromium-0.9-new/configure
2 --- Chromium-0.9/configure      Fri May 11 07:17:12 2001
3 +++ Chromium-0.9-new/configure  Sat Dec 22 01:49:01 2001
4 @@ -1,4 +1,4 @@
5 -#!/bin/sh
6 +#!/bin/bash
7  
8  ## Minimum versions of libs
9  ###################################
This page took 0.06489 seconds and 3 git commands to generate.