From 381313dc41d3a7cea289c335bd9c58018be0e714 Mon Sep 17 00:00:00 2001 From: deajan Date: Fri, 29 Jun 2018 22:11:33 +0200 Subject: [PATCH] Fixed typo --- dev/ofunctions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index 2fe2274..b44fcf7 100644 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -1,4 +1,4 @@ -$#!/usr/bin/env bash +#!/usr/bin/env bash #### OFUNCTIONS FULL SUBSET #### #### OFUNCTIONS MINI SUBSET #### @@ -6,7 +6,7 @@ $#!/usr/bin/env bash #command line arguments don't take -AaqV for example _OFUNCTIONS_VERSION=2.3.0-dev -_OFUNCTIONS_BUILD=2018062601 +_OFUNCTIONS_BUILD=2018062901 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTSTRAP=true #### _OFUNCTIONS_BOOTSTRAP SUBSET END ####