diff Bootloader/Scripts/swdLoad.bash @ 401:99f93dec8fea

Start removing select Linux-isms bash might not be in /bin. Don't expect it there.
author Dan McGregor <dan.mcgregor@usask.ca>
date Mon, 10 Aug 2015 14:49:46 -0600
parents f4d4cad283c6
children
line wrap: on
line diff
--- a/Bootloader/Scripts/swdLoad.bash	Sun Oct 18 17:54:41 2015 -0700
+++ b/Bootloader/Scripts/swdLoad.bash	Mon Aug 10 14:49:46 2015 -0600
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 # Loads firmware image using an SWD Flasher
 # Uses MCHCK ruby flasher toolchain
 # NOTE: Only tested with a buspirate on Linux