Fix syntax error in the script

This commit is contained in:
BoykoAlex
2018-02-22 18:19:06 -05:00
parent e15105d69e
commit 55c43d838e

View File

@@ -26,6 +26,7 @@ for extension_id in $(ls -d atom-*)
do
if [ $extension_id = "atom-commons" ]; then
# skip commons package
echo "Skipping $extension_id"
else
cd $atom_sources/$extension_id
echo "Should update version of $extension_id to $version"