summaryrefslogtreecommitdiffstats
path: root/scripts/dep_hunter.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dep_hunter.sh')
-rwxr-xr-xscripts/dep_hunter.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dep_hunter.sh b/scripts/dep_hunter.sh
index e76e6610e..7e6c583f2 100755
--- a/scripts/dep_hunter.sh
+++ b/scripts/dep_hunter.sh
@@ -13,7 +13,7 @@
PTXDIST=${PTXDIST:-ptxdist}
-packages=$(${PTXDIST} print PACKAGES | grep "PACKAGES is" | sed "s/PACKAGES is \"\(.*\)\"$/\1/")
+packages=$(${PTXDIST} print PACKAGES)
for i in $packages; do
# only build if logfile does not exist to be able to restart the script