소스 검색

update setup.sh

pull/1/head
10sr 10 년 전
부모
커밋
4ec58545c3
1개의 변경된 파일8개의 추가작업 그리고 2개의 파일을 삭제
  1. +8
    -2
      setup.sh

+ 8
- 2
setup.sh 파일 보기

@@ -54,9 +54,15 @@ gen_common(){
(FreeBSD*) __isfreebsd=true ;;
(Linux*) __islinux=true ;;
esac
( $__ismsys || $__iscygwin ) && __iswindows=true
if $__ismsys || $__iscygwin
then
__iswindows=true
fi
# is this true?
( $__isdarwin || $__freebsd ) && __isbsd=true
if $__isdarwin || $__freebsd
then
__isbsd=true
fi

cat <<__EOC__ >"$__shrc_common"
#!/bin/sh


불러오는 중...
취소
저장