diff options
Diffstat (limited to 'scripts/wipe-sysroot')
-rwxr-xr-x | scripts/wipe-sysroot | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/wipe-sysroot b/scripts/wipe-sysroot index 2d2cbeac8c..1c01166cb9 100755 --- a/scripts/wipe-sysroot +++ b/scripts/wipe-sysroot | |||
@@ -34,11 +34,11 @@ if [ -z "$SSTATE_MANIFESTS" -o -z "$STAGING_DIR" -o -z "$STAMPS_DIR" ]; then | |||
34 | fi | 34 | fi |
35 | 35 | ||
36 | # The sysroots themselves | 36 | # The sysroots themselves |
37 | rm -rf "$STAGING_DIR" | 37 | rm -rf $STAGING_DIR |
38 | 38 | ||
39 | # The stamps that said the sysroot was populated | 39 | # The stamps that said the sysroot was populated |
40 | rm -rf "$STAMPS_DIR/*/*/*.do_populate_sysroot.*" | 40 | rm -rf $STAMPS_DIR/*/*/*.do_populate_sysroot.* |
41 | rm -rf "$STAMPS_DIR/*/*/*.do_populate_sysroot_setscene.*" | 41 | rm -rf $STAMPS_DIR/*/*/*.do_populate_sysroot_setscene.* |
42 | 42 | ||
43 | # The sstate manifests | 43 | # The sstate manifests |
44 | rm -rf "$SSTATE_MANIFESTS/manifest-*.populate-sysroot" | 44 | rm -rf $SSTATE_MANIFESTS/manifest-*.populate-sysroot |