Fix shebang for FreeBSD.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 21 Sep 2011 10:23:11 +0300
changeset 702 0617020b53d8
parent 701 f0697b66858f
child 703 970915b27f69
Fix shebang for FreeBSD.
.emacs-autogen.sh
--- a/.emacs-autogen.sh	Wed Sep 21 10:08:37 2011 +0300
+++ b/.emacs-autogen.sh	Wed Sep 21 10:23:11 2011 +0300
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 if [ -z "$1" ]; then
   echo "Where config file?"