From: martin f. krafft Date: Thu, 25 Oct 2007 21:44:41 +0000 (+0200) Subject: replace basename call with shell construct X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/17e94a28e3d140ba3f32c6e90ddec3daee87fd12?hp=17e94a28e3d140ba3f32c6e90ddec3daee87fd12 replace basename call with shell construct Use ${PWD##*/} instead of $(basename $PWD) ---