export the project top level directory as $DEVPROJ.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35878 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Vendored
+1
@@ -89,6 +89,7 @@ function dev() {
|
|||||||
mkdir "$DEVROOT/$1" && touch "$DEVROOT/$1/.profile"
|
mkdir "$DEVROOT/$1" && touch "$DEVROOT/$1/.profile"
|
||||||
# fallback
|
# fallback
|
||||||
fi
|
fi
|
||||||
|
export DEVPROJ="$1"
|
||||||
if [ ! -d "$DEVROOT/$1" ]; then
|
if [ ! -d "$DEVROOT/$1" ]; then
|
||||||
echo "invalid project name '$1'"
|
echo "invalid project name '$1'"
|
||||||
return 1
|
return 1
|
||||||
|
|||||||
Reference in New Issue
Block a user