diff --git a/scripts/ablrun_part b/scripts/ablrun_part
index c3ed8d6..5c15952 100755
--- a/scripts/ablrun_part
+++ b/scripts/ablrun_part
@@ -129,7 +129,7 @@ then
 
             read -u ${COPROC[0]} ABLIMAGE_DIR
 
-            `ablrun_nocap "$ABLIMAGE_DIR/AppRun" ${ABLIMAGE_PARAMETERS[@]:1}`
+            `ablrun_nocap "$ABLIMAGE_DIR/AppRun" "${ABLIMAGE_PARAMETERS[@]:1}"`
             # Use coproc, no exec here. This is trick to spawn a subprocess
             exit
         fi