mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 14:56:37 +00:00
Remove extra quoting to resolve issues on macOS (#1039)
This commit is contained in:
parent
0790cd1ac9
commit
209a118833
@ -34,7 +34,7 @@ for pkg in $pkgs; do
|
||||
*/
|
||||
EOF
|
||||
echo "Downloading $name@$version"
|
||||
echo "$(curl -s "$tarball" | tar -xzO "package/$js_path" | ./node_modules/.bin/uglifyjs -c -m)" >> $output
|
||||
curl -s "$tarball" | tar -xzO "package/$js_path" | ./node_modules/.bin/uglifyjs -c -m >> $output
|
||||
done
|
||||
|
||||
echo "</script>" >> $output
|
||||
|
Loading…
x
Reference in New Issue
Block a user