more de-bash-ing

git-svn-id: http://google-refine.googlecode.com/svn/trunk@426 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Stefano Mazzocchi 2010-04-08 20:45:02 +00:00
parent fff6eb0aa2
commit be084ff0da

View File

@ -656,7 +656,9 @@ while [ $# -ne 0 ] ; do
esac esac
done done
if [ $# -ne 0 ]; then
ACTION=$1; shift ACTION=$1; shift
fi
if [ -z "$ACTION" ]; then if [ -z "$ACTION" ]; then
ACTION="run" ACTION="run"