Index: third_party/tcmalloc/vendor/packages/rpm.sh |
=================================================================== |
--- third_party/tcmalloc/vendor/packages/rpm.sh (revision 126727) |
+++ third_party/tcmalloc/vendor/packages/rpm.sh (working copy) |
@@ -52,7 +52,7 @@ |
# does a better job of this, so if we can run 'dpkg --print-architecture' |
# to get the build CPU, we use that in preference of the rpmbuild |
# default. |
-target=`dpkg --print-architecture 2>/dev/null || echo ""` |
+target=`dpkg --print-architecture 2>/dev/null` # "" if dpkg isn't found |
if [ -n "$target" ] |
then |
target=" --target $target" |
Property changes on: third_party/tcmalloc/vendor/packages/rpm.sh |
___________________________________________________________________ |
Deleted: svn:executable |
- * |