summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-03-23 16:43:35 -0700
committerJosh Blum <josh@joshknows.com>2012-03-23 16:43:35 -0700
commitef3deabe79407a7ebb117c6731ef687d6c770121 (patch)
treee786b2b1c34594f58a5452febf32a5ef7d6c23aa
parentae1ebd8af9921f5266ae37762eda8248153275f9 (diff)
parent793c8c000a6844a688afb7eda2bb162dd588ad95 (diff)
downloaduhd-ef3deabe79407a7ebb117c6731ef687d6c770121.tar.gz
uhd-ef3deabe79407a7ebb117c6731ef687d6c770121.tar.bz2
uhd-ef3deabe79407a7ebb117c6731ef687d6c770121.zip
Merge branch 'master' into next
-rwxr-xr-xhost/cmake/debian/preinst.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/cmake/debian/preinst.in b/host/cmake/debian/preinst.in
index dc8795d8d..9e8e50b90 100755
--- a/host/cmake/debian/preinst.in
+++ b/host/cmake/debian/preinst.in
@@ -17,5 +17,5 @@
#
if [ "$1" = "install" ]; then
- ls
+ echo
fi