Skip to content
Snippets Groups Projects
Commit 9b8ba032 authored by jurgenhaas's avatar jurgenhaas
Browse files

Incorporate changes from @jceb's review

parent 77f7f1e4
No related branches found
No related tags found
No related merge requests found
Pipeline #69141 passed
#!/bin/sh
#!/bin/bash
set -e
set -u
# first arg is `-f` or `--some-option`
if [ "${1#-}" != "$1" ]; then
......
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