Skip to content
Snippets Groups Projects
Commit 37c634ba authored by Robert Langhammer's avatar Robert Langhammer Committed by Tim Niemeyer
Browse files

Remove double equals.


== is a bash specific alias for = , and
should not be used in #!/bin/sh scripts. Not in #!/usr/bin/haserl scripts
either, where the shell defaults to /bin/sh.

Signed-off-by: default avatarRobert Langhammer <rlanghammer@web.de>
Reviewed-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
Reviewed-by: default avatarTim Niemeyer <tim@tn-x.org>
- rebased
Signed-off-by: default avatarTim Niemeyer <tim@tn-x.org>
parent 348cdbe8
No related branches found
No related tags found
No related merge requests found
Showing with 40 additions and 40 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment