From 5fc4bcdeadad92d4479f9a66b4e4d57717b13219 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Mon, 4 Feb 2002 20:33:49 -0800 Subject: v2.4.14.5 -> v2.4.14.6 - Russell King: /proc/cpuinfo for ARM - Paul Mackerras: PPC update (cpuinfo etc) - Nicolas Aspert: fix Intel 8xx agptlb flush - Marko Myllynen: "Lindent" doesn't really need bash ;) - Alexander Viro: /proc/cpuinfo for s390/s390x/sh, /proc/pci cleanup - Alexander Viro: make lseek work on seqfiles --- scripts/Lindent | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/Lindent') diff --git a/scripts/Lindent b/scripts/Lindent index 3980cff2d9d9..0bababd002ae 100644 --- a/scripts/Lindent +++ b/scripts/Lindent @@ -1,2 +1,2 @@ -#!/bin/bash -indent -kr -i8 -ts8 -sob -l80 -ss -bs -psl $@ +#!/bin/sh +indent -kr -i8 -ts8 -sob -l80 -ss -bs -psl "$@" -- cgit v1.2.3