소스 검색

fix typo

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

+ 2
- 8
setup.sh 파일 보기

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

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


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