linux seems fussier than the mac about ..

This commit is contained in:
Julian Dolby 2017-06-28 12:57:33 -04:00
parent 589da154a1
commit b1c1ba8a48
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
#!/bin/bash
C_DIR=`realpath $0`
CAST_DIR=`realpath $C_DIR/../../..`
SCRIPT=`realpath $0`
C_DIR=`dirname $SCRIPT`
CAST_DIR=`realpath $C_DIR/../..`
pushd $CAST_DIR/source/c