This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 65dd8eb885 Update init-env.sh (#11111)
65dd8eb885 is described below
commit 65dd8eb88568134f881b5b1504019ad062f49f81
Author: zyzAndMz <[email protected]>
AuthorDate: Fri Jul 22 21:55:12 2022 +0800
Update init-env.sh (#11111)
This script is missing "!"
---
extension/DataX/init-env.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extension/DataX/init-env.sh b/extension/DataX/init-env.sh
index 60826944b7..9dbfa1244c 100755
--- a/extension/DataX/init-env.sh
+++ b/extension/DataX/init-env.sh
@@ -1,4 +1,4 @@
-#/bin/bash
+#!/bin/bash
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]