From e6656f7eba8b067d02bad6c7ed54a427de498bad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 15 May 2023 16:48:00 +0200 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index b5b0121..f5f821e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -18,8 +18,6 @@ go_version=1.20 # FUTURE OFFICIAL HELPERS #================================================= -#!/bin/bash - ynh_go_try_bash_extension() { if [ -x src/configure ]; then src/configure && make -C src || { @@ -265,4 +263,3 @@ ynh_cleanup_go () { ynh_secure_remove --file="/etc/profile.d/goenv.sh" fi } -