Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemorton committed Apr 12, 2011
1 parent f7f6517 commit e823b93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions newapp.sh
Expand Up @@ -11,7 +11,7 @@
#

# Default
DEFAULT_APP_PATH = "$HOME/koapp"
DEFAULT_APP_PATH="$HOME/koapp"

echo $DEFAULT_APP_PATH

Expand All @@ -22,9 +22,9 @@ read CUSTOM_APP_PATH
# Set app path
if [ -n "$CUSTOM_APP_PATH" ];
then
APP_NAME = "$CUSTOM_APP_PATH"
APP_NAME="$CUSTOM_APP_PATH"
else
APP_NAME = "$DEFAULT_APP_PATH"
APP_NAME="$DEFAULT_APP_PATH"
fi

# Using app name
Expand Down

0 comments on commit e823b93

Please sign in to comment.