Skip to content

Commit

Permalink
use quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jul 29, 2015
1 parent d4a21b9 commit 3c5bfb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obs-tools/opensuse42_submit.sh
Expand Up @@ -6,7 +6,7 @@ for i in $LIST; do
# compare if something is new by comparing binaries ( as version is part of rpm output )
OS42=$(osc list -b openSUSE:42 $i -r standard -a x86_64)
FACTORY=$(osc list -b openSUSE:Factory $i -r standard -a x86_64)
if [ $OS42 == $FACTORY ]; then
if [ "$OS42" == "$FACTORY" ]; then
continue
fi
echo "submitting $i..."
Expand Down

0 comments on commit 3c5bfb1

Please sign in to comment.