Skip to content

Commit 60b62aa

Browse files
committed
makes utils/project-prefix always use bash
1 parent 7da1846 commit 60b62aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/project-prefix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/bash
12
result=${PWD##*/} # to assign to a variable
23

34
folder=`printf '%s\n' "${PWD##*/}"`

0 commit comments

Comments
 (0)