Updated Branches: refs/heads/master 23b7600df -> 9c51ce779
Fix another @if->if typo iOS Makefile Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/9c51ce77 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/9c51ce77 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/9c51ce77 Branch: refs/heads/master Commit: 9c51ce779d66a21258df790c7e102d29833c27e3 Parents: 23b7600 Author: Andrew Grieve <agri...@chromium.org> Authored: Wed Aug 8 11:58:53 2012 -0400 Committer: Andrew Grieve <agri...@chromium.org> Committed: Wed Aug 8 11:58:53 2012 -0400 ---------------------------------------------------------------------- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/9c51ce77/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index fe8c857..c0e625d 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ uninstall: @$(RM_RF) ~/Library/Application\ Support/Developer/Shared/Xcode/Project\ Templates/Cordova @$(RM_RF) ~/Library/Developer/Xcode/Templates/Project\ Templates/Application/Cordova-based\ Application.xctemplate @read -p "Delete all files in ~/Documents/CordovaLib/?: " ; \ - @if [ "$$REPLY" == "y" ]; then \ + if [ "$$REPLY" == "y" ]; then \ $(RM_RF) ~/Documents/CordovaLib/ ; \ fi @read -p "Delete the Cordova framework /Users/Shared/Cordova/Frameworks/Cordova.framework?: " ; \