From 4b5170d32bcb0e98abf871a35f63be0703321e0a Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 3 Sep 2015 22:27:13 -0400 Subject: [PATCH] build-ceph-cmake.sh: fix Signed-off-by: Sage Weil --- build-ceph-cmake.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-ceph-cmake.sh b/build-ceph-cmake.sh index 5670278..5b61b2c 100755 --- a/build-ceph-cmake.sh +++ b/build-ceph-cmake.sh @@ -62,6 +62,7 @@ tar czf "$OUTDIR_TMP/ceph.$MACH.tgz" -C "$INSTDIR" . rm -rf -- "$INSTDIR" # put our temp files inside .git/ so ls-files doesn't see them +cd .. git ls-files --modified >.git/modified-files if [ -s .git/modified-files ]; then rm -rf "$OUTDIR_TMP" -- 2.39.5