Skip to content
Snippets Groups Projects
Commit 69b29e15 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Oops, fixed typo.

Rev: bin/fixdepends.sh:1.14
parent 4a288fef
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# Remaining absolute paths are removed. # Remaining absolute paths are removed.
# Lines with only white-space 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" \ 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@\([ ]\)$1/\([-a-zA-Z0-9.,_]*\)@\1\$(PIKE_SRC_DIR)/\2@g" \
-e "s@\([ ]\)$3/\([-a-zA-Z0-9.,_]*\)@\1\$(BUILD_BASE)/\2@g" \ -e "s@\([ ]\)$3/\([-a-zA-Z0-9.,_]*\)@\1\$(BUILD_BASE)/\2@g" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment