[M120 Migration][VD] Fix url crash in RequestCertificateConfirm
[platform/framework/web/chromium-efl.git] / build / symlink.py
index 38a6102..ad93807 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # Copyright 2013 The Chromium Authors
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
@@ -83,6 +83,7 @@ def Main(argv):
 
 
   if options.touch:
+    os.makedirs(os.path.dirname(options.touch), exist_ok=True)
     with open(options.touch, 'w'):
       pass