瀏覽代碼

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


Loading…
取消
儲存