Skip to content

Commit f94e478

Browse files
committed
Fix typo in the install/build-helper.sh
1 parent 19c56ac commit f94e478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/build-helper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ get_deb_dependencies()
158158
cat "$PKG_LIST_FILE"
159159

160160
title3 "String with dependencies:"
161-
cat "$PKG_LIST_FILE" | xargs xargs dpkg-query -W -f='${Package} (>= ${Version}), '| awk '{print substr( $0, 1, length($0)-2 )}' > "$DEP_LIST_FILE"
161+
cat "$PKG_LIST_FILE" | xargs dpkg-query -W -f='${Package} (>= ${Version}), '| awk '{print substr( $0, 1, length($0)-2 )}' > "$DEP_LIST_FILE"
162162
cat "$DEP_LIST_FILE"
163163
PACKAGE_DEPENDS=$(cat "$DEP_LIST_FILE")
164164
}

0 commit comments

Comments
 (0)