Show
Ignore:
Timestamp:
04/08/08 15:28:04 (8 months ago)
Author:
tg
Message:

grml… some shells and makes differ

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/BSDmakefile

    r3731 r3732  
    2020 
    2121_subdir: ${_subdir_dep} 
    22         @if test x"$(umask 2>/dev/null)" != 022; then \ 
     22        @if test x"$$(umask 2>/dev/null | sed 's/00*22/OK/')" != x"OK"; then \ 
    2323                echo >&2 Error: you must build with “umask 022”, sorry.; \ 
    2424                exit 1; \