소스 검색

Fixed makefile (#2168)

மனோஜ்குமார் பழனிச்சாமி 1 년 전
부모
커밋
bf24a0b5c0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -239,7 +239,7 @@ setup-config-prompts:
 		 read -p "Enter a password for the sandbox container: " ssh_password; \
 		 echo "ssh_password=\"$$ssh_password\"" >> $(CONFIG_FILE).tmp; \
 	 else \
-		echo "persist_sandbox=\"$$persist_sandbox\"" >> $(CONFIG_FILE).tmp
+		echo "persist_sandbox=\"$$persist_sandbox\"" >> $(CONFIG_FILE).tmp; \
 	 fi
 
 	@echo "" >> $(CONFIG_FILE).tmp