From 9582cbbcdbe9e2d9e6da0f0271119c86d0820442 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Wed, 4 Apr 2012 18:42:24 -0400 Subject: [PATCH] making scripts more *nix friendly. --- envsetup.sh | 2 +- envupdate.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/envsetup.sh b/envsetup.sh index d179cb8..3977910 100755 --- a/envsetup.sh +++ b/envsetup.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Environment setup redone in bash, because using call in Python is lame # Basic requirements - bash, sudo (Also make sure your user has sudo privileges!) diff --git a/envupdate.sh b/envupdate.sh index f061444..b1203aa 100755 --- a/envupdate.sh +++ b/envupdate.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Small script to update my env. Too lazy to write this into my python setup script