aboutsummaryrefslogtreecommitdiff
path: root/tools/release-external/release-external-helper
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2017-06-25 23:50:50 +0000
committerGogs <gogitservice@gmail.com>2017-06-25 23:50:50 +0000
commit3f32c13d5ac9159978556bc3fcfd73f39b4e218d (patch)
treeb3595320f129404ef8c593c223abed7e82643895 /tools/release-external/release-external-helper
parent0accfe9b22fc8d79461101c33f876767da72d3ef (diff)
parent00966661823723ea929ddf1f913d8ab0c2fc4796 (diff)
downloadlibrebootfr-3f32c13d5ac9159978556bc3fcfd73f39b4e218d.tar.gz
librebootfr-3f32c13d5ac9159978556bc3fcfd73f39b4e218d.zip
Merge branch 'renaming-vars' of kragle/libreboot into master
Diffstat (limited to 'tools/release-external/release-external-helper')
-rwxr-xr-xtools/release-external/release-external-helper2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/release-external/release-external-helper b/tools/release-external/release-external-helper
index bde03cfe..f10ac41a 100755
--- a/tools/release-external/release-external-helper
+++ b/tools/release-external/release-external-helper
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
release_external_files() {
- find "$root/$RELEASE" -type f | grep -vP "\.$ASC|\.$SHA256SUM"
+ find "$root/$RELEASE" -type f | grep -vP "\.$DSIG|\.$CHECKSUM"
}