From e52c51be08c717635abd0ab24fadd0d0a5f16123 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Sun, 8 Mar 2015 15:22:03 +0000 Subject: Use prename instead of rename --- makeicecat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makeicecat b/makeicecat index 857e2ee..57bf786 100644 --- a/makeicecat +++ b/makeicecat @@ -371,7 +371,7 @@ sed s/GNU/Mozilla/ python/compare-locales/scripts/compare-locales -i sed s/GNU/Mozilla/ python/compare-locales/setup.py -i sed 's/mozilla-bin/icecat-bin/' -i build/unix/run-mozilla.sh -find -type f | grep run-mozilla | xargs rename s/mozilla/icecat/ +find -type f | grep run-mozilla | xargs prename s/mozilla/icecat/ sed "/MOZILLA_UAVERSION/ s:IceCat/:Firefox/:" -i netwerk/protocol/http/nsHttpHandler.cpp -- cgit v1.2.3