]> xenbits.xensource.com Git - xenclient/build.git/commitdiff
Fix bracketing typo
authorMartin Keegan <martin.keegan@citrix.com>
Wed, 9 Sep 2009 11:10:30 +0000 (12:10 +0100)
committerMartin Keegan <martin.keegan@citrix.com>
Wed, 9 Sep 2009 11:10:30 +0000 (12:10 +0100)
target/generic/target_xenclient_installer_skeleton/install/stages/Preserve-install-data

index 52378a3de9df910f9db921c2427ddc450be02396..a1b1cd1b2a3eb19563beff56b3243897ec3cbafa 100755 (executable)
@@ -34,7 +34,7 @@ case "${INSTALL_MODE}" in
 esac
 
 for PLACE in "${DATA_DIR}" "${LOG_DIR}" ; do
-    mkdir -p "$(dirname ${PLACE)" || unwind_abort
+    mkdir -p "$(dirname ${PLACE})" || unwind_abort
     rm -rf "${PLACE}" >/dev/null 2>/dev/null
     [ ! -e "${PLACE}" ] || unwind_abort
 done