pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/firefox91/files



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Sep  9 11:14:31 UTC 2021

Added Files:
        pkgsrc/www/firefox91/files: node-wrapper.sh

Log Message:
firefox91: add missing file


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/firefox91/files/node-wrapper.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/www/firefox91/files/node-wrapper.sh
diff -u /dev/null pkgsrc/www/firefox91/files/node-wrapper.sh:1.1
--- /dev/null   Thu Sep  9 11:14:31 2021
+++ pkgsrc/www/firefox91/files/node-wrapper.sh  Thu Sep  9 11:14:31 2021
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+VERS=v14.17.4
+
+if [ "$1" = "-v" ] || [ "$1" = "--version" ]; then
+       printf "${VERS}\n"
+fi
+
+exit 0



Home | Main Index | Thread Index | Old Index