From 222a71b34c3a418b37cfa27adcbc43bc7d57934c Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 18 Jul 2017 15:32:42 -0400 Subject: [PATCH] tools/strip: Accept files as arguments Not sure how this hard-coded one ended up getting committed. * tools/strip: Accept filenames as arguments. --- tools/strip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/strip b/tools/strip index 4474e9fc..f67df200 100755 --- a/tools/strip +++ b/tools/strip @@ -7,5 +7,5 @@ ## # debug assignments -sed -i 's#/\*!+\*/[^!]\+/\*!-\*/##g' ui/package.js +sed -i 's#/\*!+\*/[^!]\+/\*!-\*/##g' "$@"