diff options
Diffstat (limited to 'auto/endianness')
| -rw-r--r-- | auto/endianness | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/endianness b/auto/endianness index 87311a0f1..93da2f80d 100644 --- a/auto/endianness +++ b/auto/endianness @@ -34,10 +34,10 @@ if [ -x $NGX_AUTOTEST ]; then echo " big endian" fi - rm $NGX_AUTOTEST* + rm -rf $NGX_AUTOTEST* else - rm $NGX_AUTOTEST* + rm -rf $NGX_AUTOTEST* echo echo "$0: error: cannot detect system byte ordering" |
