diff options
| author | Tim Rogers <[email protected]> | 2011-07-08 11:30:02 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:18:21 -0700 |
| commit | d84ead212dad38dc6fd8b6cd7830326cd92e0364 (patch) | |
| tree | 51e351bfde661a46338a23ee3ff81fe4f27b49fa /setup_enviroment | |
| parent | a3a0dc230e3432d40b880ac5edd65586706755d0 (diff) | |
Handling odd characters in the filename
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 9778]
Diffstat (limited to 'setup_enviroment')
| -rw-r--r-- | setup_enviroment | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_enviroment b/setup_enviroment index e8983e2..244b92f 100644 --- a/setup_enviroment +++ b/setup_enviroment @@ -1,6 +1,6 @@ SIMSUBDIR=fermi -export GPGPUSIM_ROOT=$(cd `dirname $0` && pwd) +export GPGPUSIM_ROOT="$( cd "$( dirname "$0" )" && pwd )" export QTINC=/usr/include export BOOST_ROOT=/usr/include/boost |
