diff --git a/giteapc.make b/giteapc.make index c17a11c..689b5d0 100644 --- a/giteapc.make +++ b/giteapc.make @@ -15,10 +15,10 @@ install: @ fxsdk build-cg install uninstall: - @ if [[ -e build-fx/install_manifest.txt ]]; then \ + @ if [ -e build-fx/install_manifest.txt ]; then \ xargs rm -f < build-fx/install_manifest.txt; \ fi - @ if [[ -e build-cg/install_manifest.txt ]]; then \ + @ if [ -e build-cg/install_manifest.txt ]; then \ xargs rm -f < build-cg/install_manifest.txt; \ fi