summaryrefslogtreecommitdiffstats
path: root/env.sh
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2012-03-27 13:38:00 +0200
committermanuel <manuel@mausz.at>2012-03-27 13:38:00 +0200
commitd517f3d39142615ec3db9925f4db848d52817ebf (patch)
treee349d6501c554d791666db02c5e3ab6562dfb016 /env.sh
parente5411659d94a35bbf329164928408b34afa3f201 (diff)
downloadprogos-d517f3d39142615ec3db9925f4db848d52817ebf.tar.gz
progos-d517f3d39142615ec3db9925f4db848d52817ebf.tar.bz2
progos-d517f3d39142615ec3db9925f4db848d52817ebf.zip
userprocess threads should be named by their executable and not their
full commandline string
Diffstat (limited to 'env.sh')
-rw-r--r--env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/env.sh b/env.sh
index 7cf736b..f0251b2 100644
--- a/env.sh
+++ b/env.sh
@@ -1,3 +1,3 @@
1#!/bin/bash 1#!/bin/bash
2export PATH="$PATH:$(dirname "${BASH_SOURCE[0]}")/utils" 2export PATH="$PATH:$(readlink -f "$(dirname "${BASH_SOURCE[0]}")")/utils"
3export PATH="/opt/bochs/bin:$PATH" 3export PATH="/opt/bochs/bin:$PATH"