There was an error while loading. Please reload this page.
1 parent 20c1bd5 commit 2e1e2b7Copy full SHA for 2e1e2b7
1 file changed
docker/updatedb
@@ -76,7 +76,7 @@ DOWNLOAD=1
76
QUIET=""
77
78
if [ "$(uname)" = "Linux" ]; then
79
- args=$(getopt -o "$shortopts" --long "$longopts" -n '$program' -- $SV "$@")
+ args=$(getopt -o "$shortopts" --long "$longopts" -n "$program" -- $SV "$@")
80
if [ $? != 0 ] ; then die "Terminating..." >&2 ; exit 1 ; fi
81
eval set -- "$args"
82
sed="sed -r"
0 commit comments