2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-25 05:41:09 +00:00

bash [[ notation requires bash (#5496)

* remove dependency on bash [[ notation

* use bash instead of sh
This commit is contained in:
Thilo Maurer
2018-08-13 10:10:47 +02:00
committed by yangsong
parent a0ce284dd2
commit d1bf861f7b

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html
#
#---------------------------------------------------------------------------