We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04049eb commit 157ccd7Copy full SHA for 157ccd7
1 file changed
planck-cljs/script/bundle
@@ -115,4 +115,6 @@ rm manifest.m
115
mv PLKBundledOut.m ../planck
116
# We don't want git to suggest we commit this generated
117
# output, so we suppress it here.
118
-git update-index --assume-unchanged ../planck/PLKBundledOut.m
+if [ -d ../.git ]; then
119
+ git update-index --assume-unchanged ../planck/PLKBundledOut.m
120
+fi;
0 commit comments