diff options
Diffstat (limited to 'osurl')
-rwxr-xr-x | osurl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ # https://en.opensuse.org/openSUSE:Packaging_Patches_guidelines#Current_set_of_abbreviations set -eu -if [ $# -le 1 ] ; then +if [ $# -lt 1 ] ; then STR="$(cat)" else STR="$1" |