[arch-commits] Commit in nodejs-lts-dubnium/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Tue Feb 18 13:34:21 UTC 2020


    Date: Tuesday, February 18, 2020 @ 13:34:21
  Author: archange
Revision: 575861

Remove use of msg

Modified:
  nodejs-lts-dubnium/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-18 13:16:52 UTC (rev 575860)
+++ PKGBUILD	2020-02-18 13:34:21 UTC (rev 575861)
@@ -25,7 +25,7 @@
 prepare() {
   cd node-v${pkgver}
 
-  msg 'Fixing for python2 name'
+  echo 'Fixing for python2 name'
   find -type f -exec sed \
     -e 's_^#!/usr/bin/env python$_&2_' \
     -e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \



More information about the arch-commits mailing list