Browse Source

fix typo

pull/1/head
10sr 10 years ago
parent
commit
a8feb06f05
1 changed files with 2 additions and 8 deletions
  1. +2
    -8
      setup.sh

+ 2
- 8
setup.sh View File

@@ -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…
Cancel
Save