Skip to content

Commit 39609cb

Browse files
committed
need -f
1 parent ee15b19 commit 39609cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

script/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111

1212
cd `dirname $0`/..
1313
rm -rf target
14-
rm resources/brepl_client.js
14+
rm -f resources/brepl_client.js
1515

1616
POM_TEMPLATE="pom.template.xml"
1717
POM_FILE="pom.xml"

script/uberjar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [[ -z "$CLJS_SCRIPT_QUIET" ]]; then
99
set -x
1010
fi
1111

12-
rm resources/brepl_client.js
12+
rm -f resources/brepl_client.js
1313

1414
# The command `git describe --match v0.0` will return a string like
1515
#

0 commit comments

Comments
 (0)