Skip to content

Commit

Permalink
Merge pull request #9 from n-riesco/patch-1
Browse files Browse the repository at this point in the history
install_script.sh: Remove bashism
  • Loading branch information
pprzetacznik committed Mar 26, 2016
2 parents 4d5c8b8 + 452688d commit c39fb89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_script.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
#!/bin/sh

mkdir -p ~/.ipython/kernels/ielixir/
START_SCRIPT_PATH=$(cd `dirname "${BASH_SOURCE[0]}"` && pwd)/start_script.sh
START_SCRIPT_PATH=$(cd `dirname "$0"` && pwd)/start_script.sh
CONTENT='{
"argv": ["'${START_SCRIPT_PATH}'", "{connection_file}"],
"display_name": "ielixir",
Expand Down

0 comments on commit c39fb89

Please sign in to comment.