Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3366435
D4453.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
423 B
Referenced Files
None
Subscribers
None
D4453.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D4453: [services] Use `[[ ]]` instead of `[ ]` in `test_service.sh`
Attached
Detach File
Event Timeline
Log In to Comment