diff options
author | Josh Blum <josh@joshknows.com> | 2011-10-14 16:17:00 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-10-14 16:17:39 -0700 |
commit | 25f0bd512f79f9a04a26c24985c37ca83cfae210 (patch) | |
tree | 1a05b4f0a885f609a1cfbab3bc393b6eb977d6f2 /host/cmake/debian/preinst.in | |
parent | 76bcd09b375e5954dd654039af42a74ef217c1ae (diff) | |
download | uhd-25f0bd512f79f9a04a26c24985c37ca83cfae210.tar.gz uhd-25f0bd512f79f9a04a26c24985c37ca83cfae210.tar.bz2 uhd-25f0bd512f79f9a04a26c24985c37ca83cfae210.zip |
uhd: added missing shbang to pre/post scripts
Diffstat (limited to 'host/cmake/debian/preinst.in')
-rwxr-xr-x | host/cmake/debian/preinst.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/cmake/debian/preinst.in b/host/cmake/debian/preinst.in index 463d5ee38..dc8795d8d 100755 --- a/host/cmake/debian/preinst.in +++ b/host/cmake/debian/preinst.in @@ -1,3 +1,4 @@ +#!/bin/sh # # Copyright 2011 Ettus Research LLC # @@ -16,5 +17,5 @@ # if [ "$1" = "install" ]; then - + ls fi |