소스 검색

always return true in rstrip.sh

SVN-Revision: 6132
Felix Fietkau 19 년 전
부모
커밋
f0d41ad105
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      scripts/rstrip.sh

+ 1 - 0
scripts/rstrip.sh

@@ -32,4 +32,5 @@ find $TARGETS -type f -a -exec file {} \; | \
 		eval "$STRIP_KMOD $F" || \
 		eval "$STRIP_KMOD $F" || \
 		eval "$STRIP $F"
 		eval "$STRIP $F"
   done
   done
+  true
 )
 )