Index: quilt/push.in =================================================================== RCS file: /cvsroot/quilt/quilt/quilt/push.in,v retrieving revision 1.33 diff -u -r1.33 push.in --- quilt/push.in 6 Feb 2005 00:35:23 -0000 1.33 +++ quilt/push.in 11 May 2005 20:17:13 -0000 @@ -187,7 +187,7 @@ touch $QUILT_PC/$patch/.timestamp fi - if [ "$(shopt -s nullglob ; echo $QUILT_PC/$patch/*)" = "" ] + if [ "$(shopt -s nullglob ; echo "$QUILT_PC/$patch"/*)" = "" ] then printf $"Patch %s appears to be empty, applied\n" \ "$(print_patch $patch)"