summaryrefslogtreecommitdiffstats
path: root/src/defid
diff options
context:
space:
mode:
authorGreg McGary <greg@mcgary.org>1997-04-18 06:43:35 +0000
committerGreg McGary <greg@mcgary.org>1997-04-18 06:43:35 +0000
commit3720d4b7a1b0ce0903450271aa3d93388e9d8781 (patch)
tree12200295d735bf3d1bcaaf8d2065547d41cea3b2 /src/defid
parent916418ea1284e6aa64f50eba077e48ced5944acc (diff)
downloadidutils-3720d4b7a1b0ce0903450271aa3d93388e9d8781.tar.gz
idutils-3720d4b7a1b0ce0903450271aa3d93388e9d8781.tar.bz2
idutils-3720d4b7a1b0ce0903450271aa3d93388e9d8781.zip
imported from id-utils-3.1r3_1
Diffstat (limited to 'src/defid')
-rw-r--r--src/defid4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/defid b/src/defid
index 5c04bc6..dcb8da3 100644
--- a/src/defid
+++ b/src/defid
@@ -1,6 +1,6 @@
-#!/bin/sh
+#! /bin/sh
for sym
do
- gid $sym |egrep '(}[ ]*|:[ ]*#[ ]*define[ ]+)'$sym'|'typedef\>.*[ ]+'$sym
+ gid $sym |egrep '(}[ ]*|:[ ]*#[ ]*define[ ]+)'$sym'|typedef\>.*[ ]+'$sym
done