Browse Source

change hashbangs from /bin/bash to /bin/sh

Not all OSs have bash at /bin (FreeBSD has it in /usr/local/bin).
Herbert Vojčík 10 years ago
parent
commit
6ac6af0098
2 changed files with 2 additions and 2 deletions
  1. 1 1
      bin/amber
  2. 1 1
      bin/amberc

+ 1 - 1
bin/amber

@@ -1,2 +1,2 @@
-#!/bin/bash
+#!/bin/sh
 node `dirname $0`/../cli/support/amber-cli.js $@

+ 1 - 1
bin/amberc

@@ -1,2 +1,2 @@
-#!/bin/bash
+#!/bin/sh
 node `dirname $0`/../cli/support/amberc-cli.js $@