From ab79f28d1eec63c135a4b15d7693831c6102e151 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 30 Mar 2013 18:03:43 -0700 Subject: [PATCH] Got rid of bn in beg of file. --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 261ecb86..d2f7a040 100755 --- a/setup.sh +++ b/setup.sh @@ -1,4 +1,4 @@ -bn#!/bin/bash +#!/bin/bash # Go to the source directory of this script. cd "$(dirname "${BASH_SOURCE}")"