summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Wise <pabs3@bonedaddy.net>2016-07-28 11:10:47 +0800
committerPaul Wise <pabs3@bonedaddy.net>2016-07-28 11:10:47 +0800
commit44b2d2cb523637346d09cad9c9353d78a38b04e6 (patch)
tree664c90cfd0c51db2709f43d961a3af9b78d0584a
parent99c8d7cedce81f17b851954d94bfa73787300599 (diff)
downloadiotop-44b2d2cb523637346d09cad9c9353d78a38b04e6.tar.gz
Convert .install-rpm.sh from a Bash script to a POSIX shell script
It uses no bash-specific features so it shouldn't use bash. Suggested-by: checkbashisms
-rwxr-xr-x.install-rpm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.install-rpm.sh b/.install-rpm.sh
index 406c650..872375e 100755
--- a/.install-rpm.sh
+++ b/.install-rpm.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# http://bugs.python.org/issue644744