2012年12月25日 星期二

Liunx - How to fix "/bin/sh : pushd : not found"

How to fix the "/bin/sh : pushd : not found" ?
Modify your sh file ...

#!/bin/sh

to

#!/bin/bash

沒有留言: