summaryrefslogtreecommitdiff
path: root/scripts/Lindent
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 20:33:49 -0800
committerLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 20:33:49 -0800
commit5fc4bcdeadad92d4479f9a66b4e4d57717b13219 (patch)
tree3b8a8f4e61a1605fa8f8abd59f8fe4f46d4eeac1 /scripts/Lindent
parent2d46136da942fda8496a564524dddf2ac3881221 (diff)
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
Diffstat (limited to 'scripts/Lindent')
-rw-r--r--scripts/Lindent4
1 files changed, 2 insertions, 2 deletions
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 "$@"