X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=_example%2Finstall.sh;h=07e9694bdb68f74d5abaaf06c51ce405943264df;hb=46445e9382905a52e770d44191235be179616049;hp=280997cd7af9a93c1e61a8f4ff4a1fb7c63d79df;hpb=76776e9d5403d59b2cd5cba16d84f819a56bc5aa;p=webi-installers%2F.git diff --git a/_example/install.sh b/_example/install.sh index 280997c..07e9694 100644 --- a/_example/install.sh +++ b/_example/install.sh @@ -33,7 +33,7 @@ function __init_foobar() { # foobar 0.99.9 (rev abcdef0123) # This trims it down to just the version number: # 0.99.9 - echo $(foo --version 2>/dev/null | head -n 1 | cut -d ' ' -f 2) + echo $(foo --version 2> /dev/null | head -n 1 | cut -d ' ' -f 2) } }