diff --git a/bin/linux/bakasable b/bin/linux/bakasable index c0aad25..08b63c1 100755 Binary files a/bin/linux/bakasable and b/bin/linux/bakasable differ diff --git a/setup.sh b/setup.sh index d2509ca..b799de3 100755 --- a/setup.sh +++ b/setup.sh @@ -22,7 +22,7 @@ echo Searching path in env PATH if [ ! $(which bakasable) ]; then echo Path not found in env PATH echo Adding path - echo "export PATH=$PATH:~/.bakasable" >> ~/.bashrc + echo "export PATH=\$PATH:~/.bakasable" >> ~/.bashrc else echo Path already added fi