1
0
mirror of /repos/Prototyper.git synced 2026-02-27 16:12:00 +01:00

whitespace

This commit is contained in:
Aiko Mastboom
2014-12-30 14:01:27 +01:00
parent dbf44bf06d
commit a67346e3e1
2 changed files with 3 additions and 3 deletions

View File

@@ -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 '