Fix cut command detection.
parent
17ea9cfd85
commit
809797d3a7
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
CUT="gcut"
|
||||
if ! command -v "${READLINK}" 2>&1; then
|
||||
if ! command -v "${CUT}" 2>&1; then
|
||||
CUT="cut"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue