summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-04-01 21:29:15 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-04-01 21:29:15 +0000
commitde486c13776801f34f98c6a87b3771b7aad931e5 (patch)
tree0bad40798465335135712da3a8943f330c269472 /bin
parent82486e74e23f3e341e724829eb3ce080488c8d54 (diff)
downloadATCD-de486c13776801f34f98c6a87b3771b7aad931e5.tar.gz
foo
Diffstat (limited to 'bin')
-rwxr-xr-xbin/g++dep2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g++dep b/bin/g++dep
index b149b7ff98d..a743b4630db 100755
--- a/bin/g++dep
+++ b/bin/g++dep
@@ -52,7 +52,7 @@ cat << _EOF_ >> $TMP
_EOF_
-gcc -MM $* | /bin/sed -e "s; \./; ;g" $SED $REL | \
+gcc -MM $* | sed -e "s; \./; ;g" $SED $REL | \
awk ' { \
if ($1 != prev) { \
if (rec != "") \