From 17d7dcba43193251c587f2be74ab3773f5a80e05 Mon Sep 17 00:00:00 2001 From: PIPIPIG233666 <2212848813@qq.com> Date: Sun, 29 Sep 2019 12:47:28 -0400 Subject: [PATCH] extract_utils: Fix typo * ./../../xiaomi/sm6150-common/../../../vendor/lineage/build/tools/extract_utils.sh: line 1: /#!/bin/bash: No such file or directory. Signed-off-by: PIPIPIG233666 <2212848813@qq.com> Change-Id: I178f745d4ecb818c38706ff100611df19221065d --- build/tools/extract_utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tools/extract_utils.sh b/build/tools/extract_utils.sh index ec092ae4..a780a663 100644 --- a/build/tools/extract_utils.sh +++ b/build/tools/extract_utils.sh @@ -1,4 +1,4 @@ -/#!/bin/bash +#!/bin/bash # # Copyright (C) 2016 The CyanogenMod Project # Copyright (C) 2017-2019 The LineageOS Project