summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2015-10-19 15:19:22 +0300
committerIgor Pashev <pashev.igor@gmail.com>2015-10-19 15:19:22 +0300
commit7cfec1048afdaf80a5a32899e5fd44c822ef24fa (patch)
tree9ca7a9e1f1df33a128ed630888e674696048226d
parentf57e4dc537cc669be2c91dce7464731786909780 (diff)
downloadillumos-packaging-7cfec1048afdaf80a5a32899e5fd44c822ef24fa.tar.gz
Typo
-rwxr-xr-xlibc/debian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/debian/rules b/libc/debian/rules
index 90f19b2..bb944b1 100755
--- a/libc/debian/rules
+++ b/libc/debian/rules
@@ -9,7 +9,7 @@ include /usr/share/dpkg/buildflags.mk
export DH_VERBOSE = 1
CC = gcc
-VERSION := $(shell dpkg-parsechangelog | perl -ne '/Version:\s+(.+)-[^-]+/ && print $1')
+VERSION := $(shell dpkg-parsechangelog | perl -ne '/Version:\s+(.+)-[^-]+/ && print $$1')
# We must have this libraries so packages can be compiled,
# but if we just use filters provided by illumos gate, it causes