Skip to content

Commit 53720c6

Browse files
Fix build.sh bug
1 parent 302ae48 commit 53720c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ package_scripts() {
2626

2727
for script in $scripts; do
2828
exe=precise-$(echo "$script" | tr '_' '-')
29-
if [ -f "$completed_file" ] && grep -qF "exe" "$completed_file"; then
29+
if [ -f "$completed_file" ] && grep -qF "$exe" "$completed_file"; then
3030
continue
3131
fi
3232
tmp_name=$(mktemp).spec

0 commit comments

Comments
 (0)