From c0ea099c853894e6ca0933db9e8093010da1d1a3 Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Thu, 14 Mar 2019 13:34:59 -0700 Subject: [PATCH] Clean up instances of scripts/signedsource.py Summary: Reorganize signedsource tool Reviewed By: scottrice Differential Revision: D14414767 fbshipit-source-id: 6a0b0876b285ac00c7c409124d215bf4de683593 --- scripts/sync-css-layout.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sync-css-layout.sh b/scripts/sync-css-layout.sh index d38f0ffe256..a45b140cdee 100755 --- a/scripts/sync-css-layout.sh +++ b/scripts/sync-css-layout.sh @@ -25,7 +25,7 @@ function patchfile { printf "!plEphiEmie@IsG>>\n\n" >> /tmp/yogasync.tmp tail -n +9 $1 >> /tmp/yogasync.tmp mv /tmp/yogasync.tmp $1 - $ROOT/fbandroid/scripts/signedsource.py sign $1 + "$ROOT"/tools/signedsource.py sign "$1" } if [ -z $1 ]; then