On 07/02/2011 12:01 PM, Thomas Bächler wrote:
Am 02.07.2011 16:56, schrieb Gerardo Exequiel Pozzi:
Signed-off-by: Gerardo Exequiel Pozzi<[email protected]>
---
  mkinitcpio |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mkinitcpio b/mkinitcpio
index dec139b..d4ebf94 100755
--- a/mkinitcpio
+++ b/mkinitcpio
@@ -82,7 +82,7 @@ get_kernver() {
          return 0
      fi

-    [[ -r "$kernel" ]] || return 1
+    [[ -r "$BASEDIR$kernel" ]] || return 1

      read _ kernver<  <(file -b "$BASEDIR$kernel" | grep -o 'version [^ ]\+')
      if [[ "$kernver"&&  -e "$BASEDIR/lib/modules/$kernver" ]]; then
How did you get into my spam filter?

I do not know.

PS: I am a good boy. I help the neighbor taking out the trash and old ladies cross the street.

--
Gerardo Exequiel Pozzi
\cos^2\alpha + \sin^2\alpha = 1

Reply via email to