lparam/xSocks-android

pushd not found (Debian)

Closed this issue · 1 comments

/bin/sh: 1: [: a: unexpected operator
/bin/sh: 5: pushd: not found
Makefile:13: recipe for target 'app/src/main/jniLibs/armeabi/libsystem.so' failed

adding SHELL := /bin/bash at top of the MakeFile will fix the problem .

thanks.