Page MenuHomePhabricator

D4453.diff
No OneTemporary

D4453.diff

diff --git a/services/scripts/test_service.sh b/services/scripts/test_service.sh
--- a/services/scripts/test_service.sh
+++ b/services/scripts/test_service.sh
@@ -5,7 +5,7 @@
SERVICES=$(./scripts/list_services.sh)
SERVICE=$(grep "$1" <<< echo "$SERVICES") || echo "No such service: $1"
-if [ "$SERVICE" != "$1" ]; then
+if [[ "$SERVICE" != "$1" ]]; then
echo "Expected one of these:"
echo "$SERVICES"
exit 1;

File Metadata

Mime Type
text/plain
Expires
Tue, Nov 26, 11:23 AM (21 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2580909
Default Alt Text
D4453.diff (423 B)

Event Timeline