summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorBrendan L <nulldomain@gmail.com>2018-04-30 17:49:30 -0500
committerEmmanuele Bassi <ebassi@gnome.org>2018-05-01 13:25:58 +0100
commitd2098ff6f68c6c0235e0d43ce11f718988685780 (patch)
tree2ac78278073ac9f21a08c06fb5f046d2c5e5e86a /build-aux
parent16dbaba456d5dbf2201fead602c8b45d40011f37 (diff)
downloadgdk-pixbuf-d2098ff6f68c6c0235e0d43ce11f718988685780.tar.gz
Change to more compatible shell location
https://bugzilla.gnome.org/show_bug.cgi?id=795705
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/post-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/post-install.sh b/build-aux/post-install.sh
index 40aab7422..40a47cb4a 100644
--- a/build-aux/post-install.sh
+++ b/build-aux/post-install.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/bin/sh
libdir="$1"
binary_version="$2"