Commit 7c6fcc9c authored by Vitaly Lipatov's avatar Vitaly Lipatov

small fixes

parent bd17b6c1
...@@ -48,7 +48,7 @@ get_test_status() ...@@ -48,7 +48,7 @@ get_test_status()
# TODO: acl # TODO: acl
epm assure girar-show girar-utils $EPMCMD assure girar-show girar-utils
if [ "$1" = "get" ] ; then if [ "$1" = "get" ] ; then
if [ "$1 $2" = "get subtask" ] ; then if [ "$1 $2" = "get subtask" ] ; then
...@@ -123,7 +123,7 @@ if [ "$1" = "copy" ] ; then ...@@ -123,7 +123,7 @@ if [ "$1" = "copy" ] ; then
shift shift
FROMSTR='' FROMSTR=''
[ "$1" = "from" ] && FROMSTR="$1 $2" [ "$1" = "from" ] && FROMSTR="$2"
[ -n "$PACKAGELIST" ] || fatal "no packages" [ -n "$PACKAGELIST" ] || fatal "no packages"
docmd ssh $GEARHOST task new $TARGET docmd ssh $GEARHOST task new $TARGET
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment