diff options
Diffstat (limited to 'actions')
-rwxr-xr-x | actions | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ help_text= help_text="$help_text build\t[]\t\n" dev_config () { mkdir -p blib - ./configure -e extractrs -d blib + ./configure -e extractrs -d blib/ } help_text="$help_text unconfigure\t[]\tresets the build\n" |