]> git.pld-linux.org Git - packages/pm-utils.git/blame - bashism.patch
- removed vbetool from Suggests
[packages/pm-utils.git] / bashism.patch
CommitLineData
3a8dad2a
ER
1
2bash specific comparision:
3 [ "${kv%-*}" \< "2.6.33" ] && exit $NA # avoid fs corruption
4
5--- pm-utils-1.4.1/pm/power.d/sata_alpm~ 2010-07-04 17:50:13.000000000 +0300
6+++ pm-utils-1.4.1/pm/power.d/sata_alpm 2011-02-20 17:13:52.958394776 +0200
7@@ -1,4 +1,4 @@
8-#!/bin/sh
9+#!/bin/bash
10
11 . "${PM_FUNCTIONS}"
12
This page took 0.086139 seconds and 4 git commands to generate.