Commit 37677cd07edf44feaed63ff7ecb22c62eb5135df

Authored by 김민수
1 parent 2fae6600eb
Exists in master and in 2 other branches fhd, fhd-demo

스크립트 오류 수정

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
scripts/mk-app.sh
1 1 #!/bin/sh
2 2  
3 3 FILES="superdaemon superdaemon.ini app-prime-modbus app-prime-gui"
4   -for FILE IN ${FILES}
  4 +for FILE in ${FILES}
5 5 do
6 6 md5sum ${FILE} | awk '{print $1}' > ${FILE}.md5
7 7 done
... ...