Skip to content

Commit

Permalink
LEP-4959
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.liferay.com/repos/public/plugins/trunk@13383 05bdf26c-840f-0410-9ced-eb539d925f36
  • Loading branch information
caorongjin committed Jan 31, 2008
1 parent 2a75998 commit 3199668
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions portlets/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#set -x

if ["$1" = ""]; then
if [ -z "$1" ]; then
echo
echo Usage: ./create.sh hello-world \"Hello World\"
echo
Expand Down Expand Up @@ -31,4 +31,4 @@ cd ..

ant deploy

exit 0
exit 0
4 changes: 2 additions & 2 deletions themes/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#set -x

if ["$1" = ""]; then
if [ -z "$1" ]; then
echo
echo Usage: ./create.sh hello-world \"Hello World\"
echo
Expand Down Expand Up @@ -37,4 +37,4 @@ cd ..

ant deploy

exit 0
exit 0

0 comments on commit 3199668

Please sign in to comment.