summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2015-05-28 22:28:41 -0400
committerJune McEnroe <june@causal.agency>2015-05-28 22:28:41 -0400
commit4bab6d9910b215cd48076e8854ddb1aac0df4fe2 (patch)
tree0abc667b16402dd893fc9a9967bfff40d748111b
parentSwap windows instead of moving them (diff)
downloadsrc-4bab6d9910b215cd48076e8854ddb1aac0df4fe2.tar.gz
src-4bab6d9910b215cd48076e8854ddb1aac0df4fe2.zip
Bash is usually in /bin
-rwxr-xr-ximport.sh2
-rwxr-xr-xinstall.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/import.sh b/import.sh
index f9233ba8..d7fb0ca2 100755
--- a/import.sh
+++ b/import.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/bin/bash
 
 # Import a file from ~ and replace it with a symlink.
 
diff --git a/install.sh b/install.sh
index e0ed0c5f..72214258 100755
--- a/install.sh
+++ b/install.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/bin/bash
 
 # Create symlinks in ~ for files in the current directory.