diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-06 14:21:47 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-06 14:31:13 +0000 |
commit | 135fdeebb99c3569e42d8162b265e15d29bd937d (patch) | |
tree | 0633c9aadceddb9aa52cae2dc3d7e7e6732eece9 /www/screego/files/yarn-lock-to-distfiles.awk | |
parent | 305f148f482daf30dcf728039d03d019f88344eb (diff) |
Diffstat (limited to 'www/screego/files/yarn-lock-to-distfiles.awk')
-rw-r--r-- | www/screego/files/yarn-lock-to-distfiles.awk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/screego/files/yarn-lock-to-distfiles.awk b/www/screego/files/yarn-lock-to-distfiles.awk index bcb305b59cbd..6dbcb2703090 100644 --- a/www/screego/files/yarn-lock-to-distfiles.awk +++ b/www/screego/files/yarn-lock-to-distfiles.awk @@ -1,5 +1,4 @@ #!/usr/bin/awk -f -# $FreeBSD$ BEGIN { group = "yarn"; |