summaryrefslogtreecommitdiffstats
path: root/bin/d-i_check_jobs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/d-i_check_jobs.sh')
-rwxr-xr-xbin/d-i_check_jobs.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/d-i_check_jobs.sh b/bin/d-i_check_jobs.sh
index c40f4e0e..3f372e85 100755
--- a/bin/d-i_check_jobs.sh
+++ b/bin/d-i_check_jobs.sh
@@ -91,12 +91,12 @@ for DIRECTORY in * ; do
continue ;;
esac
for i in $IGNORE ; do
- if [ "$DIRECTORY" == "$i" ] ; then
+ if [ "$DIRECTORY" = "$i" ] ; then
DIRECTORY=""
break
fi
done
- if [ "$DIRECTORY" == "" ] ; then
+ if [ "$DIRECTORY" = "" ] ; then
continue
else
for FORMAT in pdf html ; do
@@ -129,12 +129,12 @@ cd po
IGNORE="pot README"
for DIRECTORY in * ; do
for i in $IGNORE ; do
- if [ "$DIRECTORY" == "$i" ] ; then
+ if [ "$DIRECTORY" = "$i" ] ; then
DIRECTORY=""
break
fi
done
- if [ "$DIRECTORY" == "" ] ; then
+ if [ "$DIRECTORY" = "" ] ; then
continue
else
for FORMAT in pdf html ; do