summaryrefslogtreecommitdiffstats
path: root/host/cmake/redhat
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-10-14 16:17:00 -0700
committerJosh Blum <josh@joshknows.com>2011-10-14 16:17:39 -0700
commit25f0bd512f79f9a04a26c24985c37ca83cfae210 (patch)
tree1a05b4f0a885f609a1cfbab3bc393b6eb977d6f2 /host/cmake/redhat
parent76bcd09b375e5954dd654039af42a74ef217c1ae (diff)
downloaduhd-25f0bd512f79f9a04a26c24985c37ca83cfae210.tar.gz
uhd-25f0bd512f79f9a04a26c24985c37ca83cfae210.tar.bz2
uhd-25f0bd512f79f9a04a26c24985c37ca83cfae210.zip
uhd: added missing shbang to pre/post scripts
Diffstat (limited to 'host/cmake/redhat')
-rwxr-xr-xhost/cmake/redhat/post_install.in1
-rwxr-xr-xhost/cmake/redhat/post_uninstall.in1
-rwxr-xr-xhost/cmake/redhat/pre_install.in1
-rwxr-xr-xhost/cmake/redhat/pre_uninstall.in1
4 files changed, 4 insertions, 0 deletions
diff --git a/host/cmake/redhat/post_install.in b/host/cmake/redhat/post_install.in
index 48194eb1c..01fd3338f 100755
--- a/host/cmake/redhat/post_install.in
+++ b/host/cmake/redhat/post_install.in
@@ -1,3 +1,4 @@
+#!/bin/sh
#
# Copyright 2011 Ettus Research LLC
#
diff --git a/host/cmake/redhat/post_uninstall.in b/host/cmake/redhat/post_uninstall.in
index ba15f9d0e..5357680a9 100755
--- a/host/cmake/redhat/post_uninstall.in
+++ b/host/cmake/redhat/post_uninstall.in
@@ -1,3 +1,4 @@
+#!/bin/sh
#
# Copyright 2011 Ettus Research LLC
#
diff --git a/host/cmake/redhat/pre_install.in b/host/cmake/redhat/pre_install.in
index bf8810cc7..b611fb381 100755
--- a/host/cmake/redhat/pre_install.in
+++ b/host/cmake/redhat/pre_install.in
@@ -1,3 +1,4 @@
+#!/bin/sh
#
# Copyright 2011 Ettus Research LLC
#
diff --git a/host/cmake/redhat/pre_uninstall.in b/host/cmake/redhat/pre_uninstall.in
index 7c191308c..f1faa36ce 100755
--- a/host/cmake/redhat/pre_uninstall.in
+++ b/host/cmake/redhat/pre_uninstall.in
@@ -1,3 +1,4 @@
+#!/bin/sh
#
# Copyright 2011 Ettus Research LLC
#