From b3f3e0d2a1163a0992c0a08e34ee1285cf9b799a Mon Sep 17 00:00:00 2001 From: pierre Date: Wed, 18 Apr 2012 10:24:34 +0000 Subject: [PATCH] Move check_sys.sh to unix/scripts directory git-svn-id: trunk@20911 - --- .gitattributes | 2 +- rtl/{openbsd => unix/scripts}/check_sys.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename rtl/{openbsd => unix/scripts}/check_sys.sh (100%) diff --git a/.gitattributes b/.gitattributes index f12d388416..c5de6b5d7c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8082,7 +8082,6 @@ rtl/objpas/varutilh.inc svneol=native#text/plain rtl/objpas/varutils.inc svneol=native#text/plain rtl/openbsd/Makefile svneol=native#text/plain rtl/openbsd/Makefile.fpc svneol=native#text/plain -rtl/openbsd/check_sys.sh svneol=native#text/plain rtl/openbsd/classes.pp svneol=native#text/plain rtl/openbsd/errno.inc svneol=native#text/plain rtl/openbsd/errnostr.inc svneol=native#text/plain @@ -8375,6 +8374,7 @@ rtl/unix/oscdeclh.inc svneol=native#text/plain rtl/unix/ports.pp svneol=native#text/plain rtl/unix/printer.pp svneol=native#text/plain rtl/unix/scripts/README svneol=native#text/plain +rtl/unix/scripts/check_sys.sh svneol=native#text/plain rtl/unix/serial.pp svneol=native#text/plain rtl/unix/settimeo.inc svneol=native#text/plain rtl/unix/sockets.pp svneol=native#text/plain diff --git a/rtl/openbsd/check_sys.sh b/rtl/unix/scripts/check_sys.sh similarity index 100% rename from rtl/openbsd/check_sys.sh rename to rtl/unix/scripts/check_sys.sh