Browse code

fix typo

Anthony Young authored on 2011/11/11 06:26:16
Showing 1 changed files
... ...
@@ -22,7 +22,7 @@ CUR_DIR=$(cd $(dirname "$0") && pwd)
22 22
 
23 23
 # devstack directory
24 24
 cd ../../..
25
-TOP_DIR=(pwd)
25
+TOP_DIR=$(pwd)
26 26
 
27 27
 # Name test instance based on executor
28 28
 BASE_NAME=executor-`printf "%02d" $EXECUTOR_NUMBER`