Skip to content

Commit

Permalink
Make the 'launcher' do things without spawning _two_ subshells.
Browse files Browse the repository at this point in the history
  • Loading branch information
narc0tiq committed Jun 5, 2013
1 parent 218bfd1 commit b2d5e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cataclysm-launcher
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env sh
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
#!/bin/sh
DIR=`dirname "$0"`
cd $DIR && ./cataclysm

0 comments on commit b2d5e59

Please sign in to comment.