bin: rmbr should explicitly use bash

This commit is contained in:
2023-07-23 23:19:15 +01:00
parent bbfc90fe94
commit 7c6fd83f97

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
if [ $# -lt 1 ] ; then
echo Usage: $0 branch
exit 1