From 69b29e1598b3c7041da0c8d384c93f3be0e69923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Thu, 15 Aug 2002 15:28:44 +0200 Subject: [PATCH] Oops, fixed typo. Rev: bin/fixdepends.sh:1.14 --- bin/fixdepends.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/fixdepends.sh b/bin/fixdepends.sh index 8e9065e316..6c619f4058 100755 --- a/bin/fixdepends.sh +++ b/bin/fixdepends.sh @@ -15,7 +15,7 @@ # Remaining absolute paths are removed. # Lines with only white-space are removed. -if grep .protos $1/Makefile.in </dev/null 2>&1; then +if grep .protos $1/Makefile.in >/dev/null 2>&1; then sed -e "s@\([ ]\)$1/\([-a-zA-Z0-9.,_]*\)@\1\$(SRCDIR)/\2@g" \ -e "s@\([ ]\)$1/\([-a-zA-Z0-9.,_]*\)@\1\$(PIKE_SRC_DIR)/\2@g" \ -e "s@\([ ]\)$3/\([-a-zA-Z0-9.,_]*\)@\1\$(BUILD_BASE)/\2@g" \ -- GitLab