mirror of
/repos/Prototyper.git
synced 2026-06-25 12:30:50 +02:00
whitespace
This commit is contained in:
+2
-2
@@ -11,8 +11,8 @@ cd ${base_dir}
|
||||
|
||||
unameStr=`uname`
|
||||
if [[ "${unameStr}" == 'Linux' ]]; then
|
||||
SED='sed -i_orig '
|
||||
CURL='wget '
|
||||
SED='sed -i_orig '
|
||||
CURL='wget '
|
||||
elif [[ "${unameStr}" == 'Darwin' ]]; then
|
||||
SED='sed -i _orig'
|
||||
CURL='curl -O '
|
||||
|
||||
Reference in New Issue
Block a user