diff options
author | Andrew Plumb <andrew@plumb.org> | 2012-02-06 14:13:11 (GMT) |
---|---|---|
committer | Andrew Plumb <andrew@plumb.org> | 2012-02-06 14:13:11 (GMT) |
commit | 3c428a61ff7633c3a9d37a0011b085c9fca7042c (patch) | |
tree | 2a28787be0de1ebe777407607a5054f80cfc01d1 | |
parent | c6807d4c57c18d9443e865ea949e0d78f239d35e (diff) |
Replaced user- with PWD-dependent paths
-rwxr-xr-x | scripts/macosx-build-dependencies.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/macosx-build-dependencies.sh b/scripts/macosx-build-dependencies.sh index f1d8ba1..4bcafd3 100755 --- a/scripts/macosx-build-dependencies.sh +++ b/scripts/macosx-build-dependencies.sh @@ -17,8 +17,6 @@ # o Port to other platforms? # -BASEDIR=/Users/kintel/code/OpenSCAD/libraries -OPENSCADDIR=/Users/kintel/code/OpenSCAD/openscad BASEDIR=$PWD/../libraries OPENSCADDIR=$PWD SRCDIR=$BASEDIR/src |