From: ezk Date: Tue, 17 Dec 2019 05:43:01 +0000 (+0000) Subject: fix X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=6d1069b4b7d82b1af1c2ef5e8f03e0a7cd6a5ce1;p=wrapfs-mgmt.git fix --- diff --git a/gen-all-wrapfs-patches.sh b/gen-all-wrapfs-patches.sh index 0f4bc1a..3f34167 100755 --- a/gen-all-wrapfs-patches.sh +++ b/gen-all-wrapfs-patches.sh @@ -6,5 +6,5 @@ do test -d $i || continue echo $i cd $i - git diff master wrapfs > $TMP/wrapfs-`git describe`.diff + git diff master wrapfs > $TMP/wrapfs-`git describe wrapfs`.diff done