commit | 26c0d09bfd1511a5a3068c737b8fe5ffba5b3126 | [log] [tgz] |
---|---|---|
author | Dan McGregor <dan.mcgregor@usask.ca> | Wed Aug 26 09:03:24 2015 -0600 |
committer | Dan McGregor <dan.mcgregor@usask.ca> | Wed Aug 26 09:03:24 2015 -0600 |
tree | 35bd7b659d870e1ae80f6fc390c2ed4e81cdf657 | |
parent | 5953bdea1b83075423485c4607ecec2a2c3f4b14 [diff] [blame] |
Don't hardcode bash location bash may not be installed in /bin, so don't make that assumption. Change-Id: I04ae786c7558f829ddf9649c127cbba1457dcfd3
diff --git a/contrib/git-exproll.sh b/contrib/git-exproll.sh index 066c57c..9ad7a85 100644 --- a/contrib/git-exproll.sh +++ b/contrib/git-exproll.sh
@@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (c) 2012, Code Aurora Forum. All rights reserved. # # Redistribution and use in source and binary forms, with or without