There was an error while loading. Please reload this page.
1 parent 533023c commit 388ac01Copy full SHA for 388ac01
build.sh
@@ -17,7 +17,7 @@ current=`pwd`
17
rm -rf build && mkdir build && cd build
18
19
20
-osID=`cat /etc/*-release | grep -w ID | cut -f2 -d '='`
+osID=`cat /etc/*-release | grep -w ID | cut -f2 -d '=' | tr -d '\"'`
21
22
23
timeArea=`date +"%Z %z"`
0 commit comments